summaryrefslogtreecommitdiff
path: root/app/app.go
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 /app/app.go
parentbb757ca729b21926c6e0e93fafdba04aad7f83ef (diff)
chore: update module name to match git location
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.go b/app/app.go
index a9923554..0f2068df 100644
--- a/app/app.go
+++ b/app/app.go
@@ -6,8 +6,8 @@ import (
"github.com/rs/zerolog"
"github.com/xlgmokha/x/pkg/ioc"
"github.com/xlgmokha/x/pkg/log"
- "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authz.d/app/services"
- "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authz.d/pkg/rpc"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/app/services"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/pkg/rpc"
)
func New() http.Handler {