Skip to content

Commit

Permalink
Bump github.com/glebarez/go-sqlite from 1.18.3 to 1.19.1
Browse files Browse the repository at this point in the history
Bumps [github.com/glebarez/go-sqlite](https://github.com/glebarez/go-sqlite) from 1.18.3 to 1.19.1.
- [Release notes](https://github.com/glebarez/go-sqlite/releases)
- [Commits](glebarez/go-sqlite@v1.18.3...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/glebarez/go-sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2022
1 parent 87d0590 commit 0030ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/glebarez/sqlite
go 1.16

require (
github.com/glebarez/go-sqlite v1.18.3
github.com/glebarez/go-sqlite v1.19.1
github.com/jinzhu/now v1.1.5 // indirect
gorm.io/gorm v1.23.10
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/glebarez/go-sqlite v1.18.3 h1:zhT4actNGoZnW/2OvXsa8i95uqcF/ikbzr/wfBkHBXQ=
github.com/glebarez/go-sqlite v1.18.3/go.mod h1:9AykawGIyIcxoSfpYWiX1SgTNHTNsa/FVc75cDkbp4M=
github.com/glebarez/go-sqlite v1.19.1 h1:o2XhjyR8CQ2m84+bVz10G0cabmG0tY4sIMiCbrcUTrY=
github.com/glebarez/go-sqlite v1.19.1/go.mod h1:9AykawGIyIcxoSfpYWiX1SgTNHTNsa/FVc75cDkbp4M=
github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
Expand Down

0 comments on commit 0030ec9

Please sign in to comment.