Skip to content

Commit

Permalink
Merge pull request #60 from glebarez/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/glebarez/go-sqlite-1.19.1
  • Loading branch information
glebarez authored Oct 2, 2022
2 parents 87d0590 + 0030ec9 commit c2dc10e
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 c2dc10e

Please sign in to comment.