aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index ba0af5a763e..4fe9108efaf 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -5,7 +5,7 @@ go 1.20
require (
github.com/alessio/shellescape v1.4.2
github.com/briandowns/spinner v1.23.0
- github.com/fatih/color v1.16.0
+ github.com/fatih/color v1.17.0
// This is the most recent version compatible with Go 1.20. Upgrade when we upgrade our Go version
github.com/go-json-experiment/json v0.0.0-20230324203220-04923b7a9528
github.com/klauspost/compress v1.17.8
@@ -16,8 +16,8 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/zalando/go-keyring v0.2.4
- golang.org/x/net v0.24.0
- golang.org/x/sys v0.19.0
+ golang.org/x/net v0.25.0
+ golang.org/x/sys v0.20.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -31,7 +31,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
- golang.org/x/term v0.19.0 // indirect
- golang.org/x/text v0.14.0 // indirect
+ golang.org/x/term v0.20.0 // indirect
+ golang.org/x/text v0.15.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)