File tree Expand file tree Collapse file tree 5 files changed +473
-157
lines changed
Expand file tree Collapse file tree 5 files changed +473
-157
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ require (
3030 github.com/kylelemons/godebug v1.1.0
3131 github.com/lib/pq v1.10.9
3232 github.com/marcboeker/go-duckdb v1.8.5
33+ github.com/mattn/go-shellwords v1.0.12
3334 github.com/mr-tron/base58 v1.2.0
3435 github.com/pelletier/go-toml v1.9.5
3536 github.com/pelletier/go-toml/v2 v2.2.4
Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Ky
256256github.com/mattn/go-isatty v0.0.14 /go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94 =
257257github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
258258github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
259+ github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
260+ github.com/mattn/go-shellwords v1.0.12 /go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y =
259261github.com/mattn/go-sqlite3 v1.14.22 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
260262github.com/mattn/go-sqlite3 v2.0.3+incompatible h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U =
261263github.com/mattn/go-sqlite3 v2.0.3+incompatible /go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc =
You can’t perform that action at this time.
0 commit comments