diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-16 23:15:56 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2025-04-20 14:47:13 -0700 |
| commit | d83de3149ad80ccfe70376b949baa00541bb9838 (patch) | |
| tree | c9ba6ce171b4edfd8c736314e05858b6ff8287c7 /go.mod | |
| parent | fd6aa4913c564a5c746e195481c1883c2188fc4a (diff) | |
| download | seaweedfs-csi-driver-d83de3149ad80ccfe70376b949baa00541bb9838.tar.xz seaweedfs-csi-driver-d83de3149ad80ccfe70376b949baa00541bb9838.zip | |
Bump golang.org/x/net from 0.36.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
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.36.0 + golang.org/x/net v0.38.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.35.0 // indirect + golang.org/x/crypto v0.36.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.30.0 // indirect - golang.org/x/term v0.29.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/sys v0.31.0 // indirect + golang.org/x/term v0.30.0 // indirect + golang.org/x/text v0.23.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 |
