aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-14 09:26:55 -0700
committerGitHub <noreply@github.com>2025-04-14 09:26:55 -0700
commitae73bc96854607754fb9dcac6665c92a64cf98f8 (patch)
tree49c3b2dab111ea534200e52980756d8555e38b92 /go.mod
parent396a602f86a3134c2757795f43263d09515dae58 (diff)
downloadseaweedfs-ae73bc96854607754fb9dcac6665c92a64cf98f8.tar.xz
seaweedfs-ae73bc96854607754fb9dcac6665c92a64cf98f8.zip
chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#6708)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.71.0...v1.71.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.71.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 b3d548815..ad560caea 100644
--- a/go.mod
+++ b/go.mod
@@ -112,7 +112,7 @@ require (
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/api v0.228.0
google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 // indirect
- google.golang.org/grpc v1.71.0
+ google.golang.org/grpc v1.71.1
google.golang.org/protobuf v1.36.6
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect