Files
auth0mock/go.mod
T
argoyle 20bd659c63
auth0mock / build (push) Successful in 55s
Release / release (push) Failing after 52s
chore: update import paths and registry refs after move to gitea (#307)
Repo moved from GitLab to Gitea (git.unbound.se). Updates Go module path, all internal Go imports, Renovate registry pkg name, .buildtools.yaml registry block, and Dockerfile (drops obsolete GOPRIVATE + GITLAB_USER/GITLAB_TOKEN).

Reviewed-on: #307
2026-05-04 08:34:23 +00:00

18 lines
416 B
Modula-2

module git.unbound.se/unboundsoftware/auth0mock
go 1.26.0
require (
github.com/alecthomas/kong v1.15.0
github.com/google/uuid v1.6.0
github.com/lestrrat-go/jwx/v4 v4.0.1
github.com/rs/cors v1.11.1
)
require (
github.com/lestrrat-go/dsig v1.3.0 // indirect
github.com/lestrrat-go/option/v3 v3.0.0-alpha1 // indirect
github.com/valyala/fastjson v1.6.10 // indirect
golang.org/x/crypto v0.50.0 // indirect
)