blob: f5ee5ae5d31c870a6176704be431764c0bee7e16 [file] [edit]
module github.com/coreos/go-oidc/v3
go 1.14
require (
github.com/google/go-cmp v0.4.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/square/go-jose.v2 v2.5.1
)