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.
13 lines
418 B
13 lines
418 B
module github.com/dexidp/dex/examples |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/coreos/go-oidc v2.2.1+incompatible |
|
github.com/dexidp/dex/api/v2 v2.0.0-20200715135117-cb46a28c3ce2 |
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect |
|
github.com/spf13/cobra v1.0.0 |
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
|
google.golang.org/grpc v1.26.0 |
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect |
|
)
|
|
|