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:
authorJames Fargher <proglottis@gmail.com>2022-07-07 04:05:31 +0300
committerJames Fargher <proglottis@gmail.com>2022-07-07 04:05:31 +0300
commit9deccce765e2437e87563378f878b8604fc73a9a (patch)
tree10da8864ec4c85d7f54da805642f851a14fa77f8 /go.mod
parent2284c7b59150b6847ae4860744881d91b89a739c (diff)
parentd9273c9902202a5aa93ac2f52d6ddb02490be0dc (diff)
Merge branch 'renovate/grpc-dependencies' into 'master'
go: Update module google.golang.org/grpc to v1.47.0 See merge request gitlab-org/gitaly!4651
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 5869e7443..c970dc9a5 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,7 @@ require (
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c
golang.org/x/time v0.0.0-20220609170525-579cf78fd858
- google.golang.org/grpc v1.40.1
+ google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)