diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-09 21:55:44 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2024-07-10 00:22:52 -0700 |
| commit | a94057a8e0221b58028ac29af5023a248bab4a7d (patch) | |
| tree | 3a273fa0d801e2913be3b5afc624ece0250fb56d /go.mod | |
| parent | 8af26ff8e32feabf7ee7a6a4a42318d1a7ac4d16 (diff) | |
| download | seaweedfs-csi-driver-a94057a8e0221b58028ac29af5023a248bab4a7d.tar.xz seaweedfs-csi-driver-a94057a8e0221b58028ac29af5023a248bab4a7d.zip | |
Bump google.golang.org/grpc from 1.64.0 to 1.64.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ toolchain go1.22.2 require ( github.com/container-storage-interface/spec v1.9.0 golang.org/x/net v0.26.0 - google.golang.org/grpc v1.64.0 + google.golang.org/grpc v1.64.1 k8s.io/client-go v0.30.1 ) |
