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
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2022-05-05 23:21:11 +0300
committerJames Fargher <proglottis@gmail.com>2022-05-05 23:21:11 +0300
commitc7c7c936c302ab435a0a56fbc19cfbd9bea0c835 (patch)
treed6bf8dbf6dade1ba61c06f6af7cfbcdcf785a0c0
parent4e73143135bd2a898c67e7cf3dd68cbd5a8815b3 (diff)
parentfab75a04e3be466b5f2023cdb5d3480746241b04 (diff)
Merge branch 'jc-remove-gomod-excludes-14-10' into '14-10-stable'
Remove go.mod excludes directive (pick into 14-10-stable) See merge request gitlab-org/gitaly!4530
-rw-r--r--go.mod9
1 files changed, 0 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 6c4fd5106..859d71f65 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,5 @@
module gitlab.com/gitlab-org/gitaly/v14
-exclude (
- // grpc-go version v1.34.0 and v1.35.0-dev have a bug that affects unix domain docket
- // dialing. It should be avoided until upgraded to a newer fixed
- // version. More details:
- // https://github.com/grpc/grpc-go/issues/3990
- github.com/grpc/grpc-go v1.34.0
- github.com/grpc/grpc-go v1.35.0-dev
-)
-
require (
github.com/beevik/ntp v0.3.0
github.com/cloudflare/tableflip v1.2.2