From 23fca30ac473c1621dd94d36a7a0d3a335dda4a6 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot Date: Mon, 22 May 2023 14:22:22 +0000 Subject: go: Update github.com/gl-gitaly/go-license-detector/v4 digest to 18a439e --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a68d9b83e..2730ea5bb 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module gitlab.com/gitlab-org/gitaly/v16 go 1.18 // 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/gl-gitaly/go-license-detector/v4 v4.0.0-20230217131025-5f34a24251ba +replace github.com/go-enry/go-license-detector/v4 => github.com/gl-gitaly/go-license-detector/v4 v4.0.0-20221011194415-18a439e5437c require ( github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 -- cgit v1.2.3 From 8abe7f0cd1ddd4ab817f7f66b189a41a68359f2c Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Wed, 24 May 2023 10:14:47 +0200 Subject: go.mod: Update go-license-detector back to our fork Upstream changes were made, and now our fork is rebased on top of that. So we can set the revision to the new HEAD revision in our fork. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2730ea5bb..248b2a910 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module gitlab.com/gitlab-org/gitaly/v16 go 1.18 // 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/gl-gitaly/go-license-detector/v4 v4.0.0-20221011194415-18a439e5437c +replace github.com/go-enry/go-license-detector/v4 => github.com/gl-gitaly/go-license-detector/v4 v4.0.0-20230524080836-4cc9a3796917 require ( github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 -- cgit v1.2.3