File tree Expand file tree Collapse file tree 5 files changed +139
-95
lines changed
github.com/mattn/go-sqlite3 Expand file tree Collapse file tree 5 files changed +139
-95
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.20
44
+ github.com/mattn/go-sqlite3 v1.14.21
45
45
github.com/mdlayher/vsock v1.2.1
46
46
github.com/moby/sys/user v0.1.0
47
47
github.com/moby/term v0.5.0
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.20 h1:BAZ50Ns0OFBNxdAqFhbZqdPcht1Xlb16pDCqkq1spr0 =
762
- github.com/mattn/go-sqlite3 v1.14.20 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
761
+ github.com/mattn/go-sqlite3 v1.14.21 h1:IXocQLOykluc3xPE0Lvy8FtggMz1G+U3mEjg+0zGizc =
762
+ github.com/mattn/go-sqlite3 v1.14.21 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
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 =
You can’t perform that action at this time.
0 commit comments