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 --- cmd/authzd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/authzd') diff --git a/cmd/authzd/main.go b/cmd/authzd/main.go index 8d31cbac..05b0b148 100644 --- a/cmd/authzd/main.go +++ b/cmd/authzd/main.go @@ -6,7 +6,7 @@ import ( "net/http" "github.com/xlgmokha/x/pkg/env" - "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/app" + "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd.git/app" ) func main() { -- cgit v1.2.3