summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-07 01:45:36 +0000
committerGitHub <noreply@github.com>2024-12-07 01:45:36 +0000
commite2cf0df170dab56dc7432f4f5bcb7d96e0eac705 (patch)
tree7284e2c9f2b88f446f9cf2aed2b6b76041654480 /go.mod
parentb53e9e4b33c92bbf8d45e9e0349554446a3816c1 (diff)
deps(go): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#2277)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.30.0. - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 016eec79..340fa148 100644
--- a/go.mod
+++ b/go.mod
@@ -26,11 +26,11 @@ require (
github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.12
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
- golang.org/x/crypto v0.29.0
+ golang.org/x/crypto v0.30.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/sys v0.28.0
golang.org/x/term v0.27.0
- golang.org/x/text v0.20.0
+ golang.org/x/text v0.21.0
gotest.tools/v3 v3.5.1
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
k8s.io/client-go v0.31.3
@@ -167,7 +167,7 @@ require (
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
- golang.org/x/sync v0.9.0 // indirect
+ golang.org/x/sync v0.10.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/tools v0.26.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect