Skip to content

Commit 2258329

Browse files
Merge pull request #21026 from containers/renovate/github.com-mattn-go-sqlite3-1.x
Update module github.com/mattn/go-sqlite3 to v1.14.19
2 parents b132c02 + 5c4c76b commit 2258329

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/json-iterator/go v1.1.12
4242
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2
4343
github.com/mattn/go-shellwords v1.0.12
44-
github.com/mattn/go-sqlite3 v1.14.18
44+
github.com/mattn/go-sqlite3 v1.14.19
4545
github.com/mdlayher/vsock v1.2.1
4646
github.com/moby/term v0.5.0
4747
github.com/nxadm/tail v1.4.11

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vq
758758
github.com/mattn/go-shellwords v1.0.6/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o=
759759
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=
760760
github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
761-
github.com/mattn/go-sqlite3 v1.14.18 h1:JL0eqdCOq6DJVNPSvArO/bIV9/P7fbGrV00LZHc+5aI=
762-
github.com/mattn/go-sqlite3 v1.14.18/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
761+
github.com/mattn/go-sqlite3 v1.14.19 h1:fhGleo2h1p8tVChob4I9HpmVFIAkKGpiukdrgQbWfGI=
762+
github.com/mattn/go-sqlite3 v1.14.19/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
763763
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
764764
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
765765
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=

vendor/github.com/mattn/go-sqlite3/sqlite3.go

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ github.com/mattn/go-runewidth
757757
# github.com/mattn/go-shellwords v1.0.12
758758
## explicit; go 1.13
759759
github.com/mattn/go-shellwords
760-
# github.com/mattn/go-sqlite3 v1.14.18
760+
# github.com/mattn/go-sqlite3 v1.14.19
761761
## explicit; go 1.16
762762
github.com/mattn/go-sqlite3
763763
# github.com/mdlayher/socket v0.4.1

0 commit comments

Comments
 (0)