summaryrefslogtreecommitdiff
path: root/app/app.go
diff options
context:
space:
mode:
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 {