diff options
Diffstat (limited to 'app/app.go')
| -rw-r--r-- | app/app.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
