summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-23 16:31:38 -0600
committermo khan <mo@mokhan.ca>2025-05-23 16:31:38 -0600
commit3335636fe9aa21b330b68c4876d93c1439dc9965 (patch)
treee538f23e4a4e504117a084dd57d9acb3a3175718 /pkg
parentbb757ca729b21926c6e0e93fafdba04aad7f83ef (diff)
chore: update module name to match git location
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 7963e8df..8c60f7f3 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/authz.d/pkg/gid"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/pkg/gid"
)
func build(f func(*cedar.Request)) *cedar.Request {