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"
"dstar/auth0/authenticator"
"git.citc.tech/go/web/auth/auth0/authenticator"
)
type Logger interface {