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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-05 10:42:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-05 10:42:53 +0300
commit1f98d5a94c880e3e556ae3ace095f83e44f002fb (patch)
tree97e4b84182d86832ed2989c4790ad0b6af678b3b
parentdd2e90412e63dceb13e58638549c203ab5f6723c (diff)
parentc40c629a01fae35e3f34b05bf1e28a94aaac2692 (diff)
Merge branch 'jc-remove-gomod-exclude-directive' into 'master'
go.mod: Remove exclude directive See merge request gitlab-org/gitaly!4525
-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