summaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-05-05 09:17:44 +0200
committerMartin Polden <mpolden@mpolden.no>2023-05-05 09:17:44 +0200
commitfe621f7b37c9d0e279451ff6b77c72629537af91 (patch)
tree572ac8f6976a2219632bfe6cea99e71aad55da0f /client/go/go.mod
parent1d0076c194c06b2306599ac5b68db702a17d9f73 (diff)
Bump CLI dependencies
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod30
1 files changed, 15 insertions, 15 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index f6acd291f5c..ecea2332954 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -3,34 +3,34 @@ module github.com/vespa-engine/vespa/client/go
go 1.18
require (
- github.com/briandowns/spinner v1.16.0
- github.com/fatih/color v1.10.0
+ 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.8
- github.com/mattn/go-isatty v0.0.13
- github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
- github.com/spf13/cobra v1.4.0
+ github.com/mattn/go-colorable v0.1.13
+ github.com/mattn/go-isatty v0.0.18
+ github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
+ github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.7.0
- github.com/zalando/go-keyring v0.1.1
+ github.com/stretchr/testify v1.8.2
+ github.com/zalando/go-keyring v0.2.2
golang.org/x/net v0.9.0
golang.org/x/sys v0.7.0
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
+ gopkg.in/yaml.v3 v3.0.1
)
require (
- github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
- github.com/danieljoos/wincred v1.1.0 // indirect
+ 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
- github.com/godbus/dbus/v5 v5.0.4 // indirect
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
+ github.com/godbus/dbus/v5 v5.1.0 // indirect
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/stretchr/objx v0.1.1 // indirect
+ golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/yaml.v2 v2.4.0 // indirect
)