aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-09 21:55:44 +0000
committerChris Lu <chrislusf@users.noreply.github.com>2024-07-10 00:22:52 -0700
commita94057a8e0221b58028ac29af5023a248bab4a7d (patch)
tree3a273fa0d801e2913be3b5afc624ece0250fb56d /go.mod
parent8af26ff8e32feabf7ee7a6a4a42318d1a7ac4d16 (diff)
downloadseaweedfs-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index cc0cf20..fd337d1 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)