fix go mod issues

This commit is contained in:
2025-12-18 13:05:57 -05:00
parent e5b6bcea32
commit 87a36aff39
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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{}