aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-06 10:50:50 +0000
committerGitHub <noreply@github.com>2023-10-06 10:50:50 +0000
commit697dbaeaf2d3959b8794184217ba7820e05ad7ba (patch)
tree53dd35239332b91ff149d92fecf48f615e25a415 /client/go/go.mod
parent3dd336bbeadfc750bc097e90f2c15f8b9e101b39 (diff)
Update module golang.org/x/net to v0.16.0
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index ce4db8bc612..89186abea2f 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.3
- golang.org/x/net v0.15.0
+ golang.org/x/net v0.16.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
)