aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-05-04 11:11:49 +0200
committerMartin Polden <mpolden@mpolden.no>2023-05-05 09:18:46 +0200
commite85541a8284abac3727f47a3d0cbf8674509f31b (patch)
tree20f8350c0afce47016c23d5ba46bc0b7b0e8d499 /client/go/go.mod
parentfe621f7b37c9d0e279451ff6b77c72629537af91 (diff)
Remove github.com/kballard/go-shellquote
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index ecea2332954..c70ee5b75c8 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -3,10 +3,10 @@ module github.com/vespa-engine/vespa/client/go
go 1.18
require (
+ github.com/alessio/shellescape v1.4.1
github.com/briandowns/spinner v1.23.0
github.com/fatih/color v1.15.0
github.com/goccy/go-json v0.10.2
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/klauspost/compress v1.16.5
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.18
@@ -21,7 +21,6 @@ require (
)
require (
- github.com/alessio/shellescape v1.4.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect