Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-07 21:23:00 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-07 21:23:00 +0300
commit7aae91e0c8780657da6d87c309d162dcb6a906ca (patch)
treefa2784fb403b89c7c0adad17168ca5d45ff66f36 /go.mod
parent0947ab5a4574d24dd4af6d2de9d47b86835da4e7 (diff)
go: Update module google.golang.org/grpc to v1.57.0
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 01ff5cac5..d164e035b 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,7 @@ require (
golang.org/x/sync v0.3.0
golang.org/x/sys v0.10.0
golang.org/x/time v0.3.0
- google.golang.org/grpc v1.56.2
+ google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)