aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-10 07:27:41 +0000
committerGitHub <noreply@github.com>2024-01-10 07:27:41 +0000
commita4a26adf4a92a93d6ceeffc390a06239db566d2d (patch)
treea13a1fc19b6d1c13e2e7f34eb51749d581195190 /client/go/go.mod
parent0e405a76c44ba1b61e443f455291e2c9163ab0cc (diff)
Update module golang.org/x/net to v0.20.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 ac47645dab8..3e721fe2a06 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.19.0
+ golang.org/x/net v0.20.0
golang.org/x/sys v0.16.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.15.0 // indirect
+ golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)