mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
20 lines
502 B
Modula-2
20 lines
502 B
Modula-2
module github.com/lukaszraczylo/traefik-oidc
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.10.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/sessions v1.2.2
|
|
golang.org/x/oauth2 v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|