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-01-26 00:22:36 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-01-26 00:22:36 +0300
commit82c47a4cebde0dce0968104046373cf3c19646ac (patch)
tree5d0b41514d3ccf336b7da39d1eb35a1a71ea91a9 /go.mod
parent0c13491e1ad7330e5d6151c043e3ca7967f212b6 (diff)
go: Update module google.golang.org/grpc to v1.52.3
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 6673b6507..3e1b10976 100644
--- a/go.mod
+++ b/go.mod
@@ -43,7 +43,7 @@ require (
golang.org/x/sync v0.1.0
golang.org/x/sys v0.3.0
golang.org/x/time v0.2.0
- google.golang.org/grpc v1.52.0
+ google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1
)