diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-13 01:49:15 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2025-03-12 20:38:31 -0700 |
| commit | b0884c1c62c7d6fa6a45780d70d0490aa5c46e18 (patch) | |
| tree | d783187c5478b7c0330b0bec4e4c71f1d0b5b615 /go.mod | |
| parent | c4af3d29895c8eeee4b7faf00b05b5792a3976aa (diff) | |
| download | seaweedfs-csi-driver-b0884c1c62c7d6fa6a45780d70d0490aa5c46e18.tar.xz seaweedfs-csi-driver-b0884c1c62c7d6fa6a45780d70d0490aa5c46e18.zip | |
Bump golang.org/x/net from 0.34.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.36.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.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,7 +6,7 @@ toolchain go1.23.3 require ( github.com/container-storage-interface/spec v1.11.0 - golang.org/x/net v0.34.0 + golang.org/x/net v0.36.0 google.golang.org/grpc v1.69.2 k8s.io/client-go v0.32.0 ) @@ -66,13 +66,13 @@ require ( github.com/viant/ptrie v1.0.1 // indirect github.com/x448/float16 v0.8.4 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect golang.org/x/image v0.23.0 // indirect golang.org/x/oauth2 v0.25.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/time v0.9.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect google.golang.org/grpc/examples v0.0.0-20231221225426-4f03f3ff32c9 // indirect |
