summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-23 17:00:07 -0600
committermo khan <mo@mokhan.ca>2025-05-23 17:00:07 -0600
commitaebf1323e4705e517e9dd2dbf4efab6f39c63f86 (patch)
treea681b62f5693b5012a332af0f6ee90653158a0a8 /pkg
parent3335636fe9aa21b330b68c4876d93c1439dc9965 (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 'pkg')
-rw-r--r--pkg/policies/allowed_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/policies/allowed_test.go b/pkg/policies/allowed_test.go
index 8c60f7f3..367bd99f 100644
--- a/pkg/policies/allowed_test.go
+++ b/pkg/policies/allowed_test.go
@@ -6,7 +6,7 @@ import (
"github.com/cedar-policy/cedar-go"
"github.com/stretchr/testify/assert"
- "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/pkg/gid"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd.git/pkg/gid"
)
func build(f func(*cedar.Request)) *cedar.Request {