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
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"encoding/json"
"net/http"
"gitlab.com/unboundsoftware/auth0mock/auth"
"git.unbound.se/unboundsoftware/auth0mock/auth"
)
// DiscoveryHandler handles OIDC discovery endpoints
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"net/http"
"strings"
"gitlab.com/unboundsoftware/auth0mock/store"
"git.unbound.se/unboundsoftware/auth0mock/store"
)
// ManagementHandler handles Auth0 Management API endpoints
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"net/http"
"net/url"
"gitlab.com/unboundsoftware/auth0mock/auth"
"gitlab.com/unboundsoftware/auth0mock/store"
"git.unbound.se/unboundsoftware/auth0mock/auth"
"git.unbound.se/unboundsoftware/auth0mock/store"
)
//go:embed templates/login.html
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"log/slog"
"net/http"
"gitlab.com/unboundsoftware/auth0mock/auth"
"gitlab.com/unboundsoftware/auth0mock/store"
"git.unbound.se/unboundsoftware/auth0mock/auth"
"git.unbound.se/unboundsoftware/auth0mock/store"
)
// SessionHandler handles session-related endpoints