aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 11:17:24 -0700
committerGitHub <noreply@github.com>2024-09-30 11:17:24 -0700
commitff20e1dfbb57ea1c85c488dc0ec8b129480a1b96 (patch)
treee40c914264e4ef1065c854e0eebad1bf58f3c7ed /go.mod
parent53ea035aea0f47db2641039c71f8039f09d2bf00 (diff)
downloadseaweedfs-ff20e1dfbb57ea1c85c488dc0ec8b129480a1b96.tar.xz
seaweedfs-ff20e1dfbb57ea1c85c488dc0ec8b129480a1b96.zip
chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#6080)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... 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 958fa7554..5dda481cd 100644
--- a/go.mod
+++ b/go.mod
@@ -113,7 +113,7 @@ require (
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
google.golang.org/api v0.198.0
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
- google.golang.org/grpc v1.66.2
+ google.golang.org/grpc v1.67.0
google.golang.org/protobuf v1.34.2
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect