25 lines
593 B
Modula-2
25 lines
593 B
Modula-2
module github.com/StiviiK/keycloak-traefik-forward-auth
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/coreos/go-oidc/v3 v3.14.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/oauth2 v0.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
|
|
github.com/pzentenoe/go-cache v1.0.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
|
|
github.com/tg123/go-htpasswd v1.2.4
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|