Skip to content

Commit 0030ec9

Browse files
Bump github.com/glebarez/go-sqlite from 1.18.3 to 1.19.1
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]>
1 parent 87d0590 commit 0030ec9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/glebarez/sqlite
33
go 1.16
44

55
require (
6-
github.com/glebarez/go-sqlite v1.18.3
6+
github.com/glebarez/go-sqlite v1.19.1
77
github.com/jinzhu/now v1.1.5 // indirect
88
gorm.io/gorm v1.23.10
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
2-
github.com/glebarez/go-sqlite v1.18.3 h1:zhT4actNGoZnW/2OvXsa8i95uqcF/ikbzr/wfBkHBXQ=
3-
github.com/glebarez/go-sqlite v1.18.3/go.mod h1:9AykawGIyIcxoSfpYWiX1SgTNHTNsa/FVc75cDkbp4M=
2+
github.com/glebarez/go-sqlite v1.19.1 h1:o2XhjyR8CQ2m84+bVz10G0cabmG0tY4sIMiCbrcUTrY=
3+
github.com/glebarez/go-sqlite v1.19.1/go.mod h1:9AykawGIyIcxoSfpYWiX1SgTNHTNsa/FVc75cDkbp4M=
44
github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
55
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
66
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)