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:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6c8052627..cc3e40e3e 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,9 @@ module gitlab.com/gitlab-org/gitaly/v15
go 1.17
+// It is a temporary solution, please see https://gitlab.com/gitlab-org/gitaly/-/issues/4423 for details.
+replace github.com/go-enry/go-license-detector/v4 => github.com/pavelmemory/go-license-detector/v4 v4.3.1-0.20220801101717-a7c9e28533cf
+
require (
github.com/beevik/ntp v0.3.0
github.com/cloudflare/tableflip v1.2.3