diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-26 00:15:18 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-10-25 17:43:52 -0700 |
| commit | e4c16bc1e652fef247b6a82027cc50356684ed31 (patch) | |
| tree | 39b8527149415a5cf4ad0dfe0349f82f893d7769 /go.mod | |
| parent | 83f3f35fb53aad6335c300fcd02b6fb453e174f3 (diff) | |
| download | seaweedfs-csi-driver-e4c16bc1e652fef247b6a82027cc50356684ed31.tar.xz seaweedfs-csi-driver-e4c16bc1e652fef247b6a82027cc50356684ed31.zip | |
Bump golang.org/x/net from 0.14.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.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 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ go 1.20 require ( github.com/container-storage-interface/spec v1.8.0 - golang.org/x/net v0.14.0 + golang.org/x/net v0.17.0 google.golang.org/grpc v1.57.1 ) @@ -42,10 +42,10 @@ require ( github.com/subosito/gotenv v1.4.2 // indirect github.com/viant/ptrie v0.3.0 // indirect github.com/viant/toolbox v0.33.2 // indirect - golang.org/x/crypto v0.12.0 // indirect + golang.org/x/crypto v0.14.0 // indirect golang.org/x/image v0.9.0 // indirect - golang.org/x/sys v0.11.0 // indirect - golang.org/x/text v0.12.0 // indirect + golang.org/x/sys v0.13.0 // indirect + golang.org/x/text v0.13.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230720185612-659f7aaaa771 // indirect google.golang.org/grpc/security/advancedtls v0.0.0-20220622233350-5cdb09fa29c1 // indirect google.golang.org/protobuf v1.31.0 // indirect |
