File tree Expand file tree Collapse file tree 6 files changed +8889
-5244
lines changed
github.com/mattn/go-sqlite3 Expand file tree Collapse file tree 6 files changed +8889
-5244
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ require (
44
44
github.com/klauspost/pgzip v1.2.6
45
45
github.com/linuxkit/virtsock v0.0.0-20241009230534-cb6a20cc0422
46
46
github.com/mattn/go-shellwords v1.0.12
47
- github.com/mattn/go-sqlite3 v1.14.27
47
+ github.com/mattn/go-sqlite3 v1.14.28
48
48
github.com/mdlayher/vsock v1.2.1
49
49
github.com/moby/sys/capability v0.4.0
50
50
github.com/moby/sys/user v0.4.0
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
304
304
github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
305
305
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
306
306
github.com/mattn/go-shellwords v1.0.12 /go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y =
307
- github.com/mattn/go-sqlite3 v1.14.27 h1:drZCnuvf37yPfs95E5jd9s3XhdVWLal+6BOK6qrv6IU =
308
- github.com/mattn/go-sqlite3 v1.14.27 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
307
+ github.com/mattn/go-sqlite3 v1.14.28 h1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A =
308
+ github.com/mattn/go-sqlite3 v1.14.28 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
309
309
github.com/mdlayher/packet v1.1.2 h1:3Up1NG6LZrsgDVn6X4L9Ge/iyRyxFEFD9o6Pr3Q1nQY =
310
310
github.com/mdlayher/packet v1.1.2 /go.mod h1:GEu1+n9sG5VtiRE4SydOmX5GTwyyYlteZiFU+x0kew4 =
311
311
github.com/mdlayher/socket v0.5.1 h1:VZaqt6RkGkt2OE9l3GcC6nZkqD3xKeQLyfleW/uBcos =
You can’t perform that action at this time.
0 commit comments