chore: update import paths and registry refs after move to gitea
auth0mock / build (pull_request) Successful in 1m28s

This commit is contained in:
2026-05-04 10:28:46 +02:00
parent 3fd070fbf3
commit 9834fec036
8 changed files with 11 additions and 15 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ import (
"github.com/alecthomas/kong"
"github.com/rs/cors"
"gitlab.com/unboundsoftware/auth0mock/auth"
"gitlab.com/unboundsoftware/auth0mock/handlers"
"gitlab.com/unboundsoftware/auth0mock/store"
"git.unbound.se/unboundsoftware/auth0mock/auth"
"git.unbound.se/unboundsoftware/auth0mock/handlers"
"git.unbound.se/unboundsoftware/auth0mock/store"
)
var (