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 5f3cc146c92..75996032a47 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -8,16 +8,16 @@ require (
github.com/fatih/color v1.15.0
// This is the most recent version compatible with Go 1.19. Upgrade when we upgrade our Go version
github.com/go-json-experiment/json v0.0.0-20230216065249-540f01442424
- github.com/klauspost/compress v1.17.0
+ github.com/klauspost/compress v1.17.2
github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.19
+ github.com/mattn/go-isatty v0.0.20
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.8.4
github.com/zalando/go-keyring v0.2.3
- golang.org/x/net v0.15.0
- golang.org/x/sys v0.12.0
+ golang.org/x/net v0.17.0
+ golang.org/x/sys v0.13.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -30,7 +30,7 @@ require (
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
- golang.org/x/term v0.12.0 // indirect
+ golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)