File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
github.com/mattn/go-sqlite3 Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
41
41
github.com/json-iterator/go v1.1.12
42
42
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2
43
43
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
45
45
github.com/mdlayher/vsock v1.2.1
46
46
github.com/moby/term v0.5.0
47
47
github.com/nxadm/tail v1.4.11
Original file line number Diff line number Diff line change @@ -758,8 +758,8 @@ github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vq
758
758
github.com/mattn/go-shellwords v1.0.6 /go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o =
759
759
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
760
760
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 =
763
763
github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
764
764
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 /go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4 =
765
765
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo =
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ github.com/mattn/go-runewidth
757
757
# github.com/mattn/go-shellwords v1.0.12
758
758
## explicit; go 1.13
759
759
github.com/mattn/go-shellwords
760
- # github.com/mattn/go-sqlite3 v1.14.18
760
+ # github.com/mattn/go-sqlite3 v1.14.19
761
761
## explicit; go 1.16
762
762
github.com/mattn/go-sqlite3
763
763
# github.com/mdlayher/socket v0.4.1
You can’t perform that action at this time.
0 commit comments