aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-08-28 22:38:22 +0000
committerGitHub <noreply@github.com>2023-08-28 22:38:22 +0000
commite70b706c6b93b10f5c0853d0c98f6b5206049362 (patch)
treee77c91c6804acc3093f08f2967fce83c46ccd10b /client/go/go.mod
parentbcade04a7bc6e3d4b6c353b7aeeb9663f66e3d3e (diff)
Update module golang.org/x/net to v0.14.0
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index a39b8b013f2..aa6413b32d3 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -16,7 +16,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/zalando/go-keyring v0.2.2
- golang.org/x/net v0.9.0
+ golang.org/x/net v0.14.0
golang.org/x/sys v0.11.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.7.0 // indirect
- golang.org/x/text v0.9.0 // indirect
+ golang.org/x/term v0.11.0 // indirect
+ golang.org/x/text v0.12.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)