This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/examples/go.mod

14 lines
418 B
Modula-2

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
)