From aebf1323e4705e517e9dd2dbf4efab6f39c63f86 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 23 May 2025 17:00:07 -0600 Subject: chore: append .git to module name Apply workaround described in: https://docs.gitlab.com/user/project/use_project_as_go_package/#workaround-use-git-in-the-module-name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a93ec47e..1d561262 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd +module gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd.git go 1.24 -- cgit v1.2.3