diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-23 17:00:07 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-23 17:00:07 -0600 |
| commit | aebf1323e4705e517e9dd2dbf4efab6f39c63f86 (patch) | |
| tree | a681b62f5693b5012a332af0f6ee90653158a0a8 /cmd/authzd/main.go | |
| parent | 3335636fe9aa21b330b68c4876d93c1439dc9965 (diff) | |
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
Diffstat (limited to 'cmd/authzd/main.go')
| -rw-r--r-- | cmd/authzd/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
