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

12 lines
281 B
Modula-2

module github.com/dexidp/dex/examples
go 1.14
require (
github.com/coreos/go-oidc/v3 v3.0.0
github.com/dexidp/dex/api/v2 v2.0.0-20200715135117-cb46a28c3ce2
github.com/spf13/cobra v1.0.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/grpc v1.26.0
)