aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-19 13:00:31 +0000
committerChris Lu <chrislusf@users.noreply.github.com>2024-04-20 12:42:24 -0700
commit8d82e4de0157dbb343bed1e6004ef5c48eaf9b1c (patch)
tree044ed6ffab12ebd7fd51b7ab64047375b2b4d7c2 /go.mod
parentbcd6313bdc608d29517b472f905829369f2cbc29 (diff)
downloadseaweedfs-csi-driver-8d82e4de0157dbb343bed1e6004ef5c48eaf9b1c.tar.xz
seaweedfs-csi-driver-8d82e4de0157dbb343bed1e6004ef5c48eaf9b1c.zip
Bump golang.org/x/net from 0.20.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 8760abc..42c1429 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ toolchain go1.21.5
require (
github.com/container-storage-interface/spec v1.8.0
- golang.org/x/net v0.20.0
+ golang.org/x/net v0.23.0
google.golang.org/grpc v1.61.0
k8s.io/client-go v0.27.3
)
@@ -69,12 +69,12 @@ require (
github.com/viant/ptrie v0.3.0 // indirect
github.com/viant/toolbox v0.34.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
- golang.org/x/crypto v0.18.0 // indirect
+ golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
- golang.org/x/sys v0.16.0 // indirect
- golang.org/x/term v0.16.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/appengine v1.6.8 // indirect