diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 23:45:30 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-12-18 17:34:44 -0800 |
| commit | 9278f2d0ba560b375236c845b9f13124ce281195 (patch) | |
| tree | d8c9019ed34e9410e8ba79590789bf4bcad095e2 /go.mod | |
| parent | 315cb5eab714abf35d5e04a2c625425fce6c83a7 (diff) | |
| download | seaweedfs-csi-driver-9278f2d0ba560b375236c845b9f13124ce281195.tar.xz seaweedfs-csi-driver-9278f2d0ba560b375236c845b9f13124ce281195.zip | |
Bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.14.0 // indirect + golang.org/x/crypto v0.17.0 // indirect golang.org/x/image v0.10.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/sys v0.15.0 // indirect + golang.org/x/text v0.14.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 |
