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.
25 lines
778 B
25 lines
778 B
module github.com/dexidp/dex/examples |
|
|
|
go 1.21 |
|
|
|
require ( |
|
github.com/coreos/go-oidc/v3 v3.9.0 |
|
github.com/dexidp/dex/api/v2 v2.1.0 |
|
github.com/spf13/cobra v1.8.0 |
|
golang.org/x/oauth2 v0.17.0 |
|
google.golang.org/grpc v1.62.0 |
|
) |
|
|
|
require ( |
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect |
|
github.com/golang/protobuf v1.5.3 // indirect |
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect |
|
github.com/spf13/pflag v1.0.5 // indirect |
|
golang.org/x/crypto v0.21.0 // indirect |
|
golang.org/x/net v0.22.0 // indirect |
|
golang.org/x/sys v0.18.0 // indirect |
|
golang.org/x/text v0.14.0 // indirect |
|
google.golang.org/appengine v1.6.8 // indirect |
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect |
|
google.golang.org/protobuf v1.33.0 // indirect |
|
)
|
|
|