fix go mod issues
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
"github.com/go-chi/chi/v5"
|
"github.com/go-chi/chi/v5"
|
||||||
|
|
||||||
"dstar/auth0/authenticator"
|
"git.citc.tech/go/web/auth/auth0/authenticator"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Logger interface {
|
type Logger interface {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
|
|
||||||
"dstar/auth0/authenticator"
|
"git.citc.tech/go/web/auth/auth0/authenticator"
|
||||||
)
|
)
|
||||||
|
|
||||||
type mockLogger struct{}
|
type mockLogger struct{}
|
||||||
|
|||||||
Reference in New Issue
Block a user