summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-10 16:08:55 -0500
committerGitHub <noreply@github.com>2024-11-10 16:08:55 -0500
commit94716fcc8a39461cdc3dbb1e1a5bf18484b72dc3 (patch)
treec38de188f28a8940cb90412c02282e7a9ddd2baf /go.mod
parent53d6ca0ee470cd6d3595c380b55934ee26d8ce9f (diff)
deps(go): Bump golang.org/x/crypto from 0.27.0 to 0.29.0 (#2248)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.29.0. - [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.29.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.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 19847b39..ab500525 100644
--- a/go.mod
+++ b/go.mod
@@ -26,11 +26,11 @@ require (
github.com/stretchr/testify v1.9.0
github.com/ugorji/go/codec v1.2.12
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
- golang.org/x/crypto v0.28.0
+ golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
- golang.org/x/sys v0.26.0
- golang.org/x/term v0.25.0
- golang.org/x/text v0.19.0
+ golang.org/x/sys v0.27.0
+ golang.org/x/term v0.26.0
+ golang.org/x/text v0.20.0
gotest.tools/v3 v3.5.1
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
k8s.io/client-go v0.31.2
@@ -166,7 +166,7 @@ require (
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
- golang.org/x/sync v0.8.0 // indirect
+ golang.org/x/sync v0.9.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/tools v0.24.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect