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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/go.mod')
-rw-r--r--workhorse/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/go.mod b/workhorse/go.mod
index c9b83553edb..7c905f6e2b3 100644
--- a/workhorse/go.mod
+++ b/workhorse/go.mod
@@ -35,7 +35,7 @@ require (
golang.org/x/net v0.5.0
golang.org/x/oauth2 v0.2.0
golang.org/x/tools v0.2.0
- google.golang.org/grpc v1.52.0
+ google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1
honnef.co/go/tools v0.3.3
)