mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
645 B
22 lines
645 B
module github.com/dexidp/dex/examples |
|
|
|
go 1.24.0 |
|
|
|
require ( |
|
github.com/coreos/go-oidc/v3 v3.16.0 |
|
github.com/dexidp/dex/api/v2 v2.4.0 |
|
github.com/spf13/cobra v1.9.1 |
|
golang.org/x/oauth2 v0.31.0 |
|
google.golang.org/grpc v1.76.0 |
|
) |
|
|
|
require ( |
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect |
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect |
|
github.com/spf13/pflag v1.0.6 // indirect |
|
golang.org/x/net v0.42.0 // indirect |
|
golang.org/x/sys v0.34.0 // indirect |
|
golang.org/x/text v0.27.0 // indirect |
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect |
|
google.golang.org/protobuf v1.36.8 // indirect |
|
)
|
|
|