diff --git a/auth/auth0/auth0.go b/auth/auth0/auth0.go index 8caba22..1cb853a 100644 --- a/auth/auth0/auth0.go +++ b/auth/auth0/auth0.go @@ -8,7 +8,7 @@ import ( "github.com/go-chi/chi/v5" - "dstar/auth0/authenticator" + "git.citc.tech/go/web/auth/auth0/authenticator" ) type Logger interface { diff --git a/auth/auth0/handlers_test.go b/auth/auth0/handlers_test.go index db38a02..9860148 100644 --- a/auth/auth0/handlers_test.go +++ b/auth/auth0/handlers_test.go @@ -9,7 +9,7 @@ import ( "golang.org/x/oauth2" - "dstar/auth0/authenticator" + "git.citc.tech/go/web/auth/auth0/authenticator" ) type mockLogger struct{}