module github.com/caos/oidc/pkg/oidc go 1.13 require ( github.com/golang/protobuf v1.3.2 // indirect github.com/stretchr/testify v1.4.0 // indirect golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/text v0.3.2 google.golang.org/appengine v1.6.5 // indirect gopkg.in/square/go-jose.v2 v2.4.0 )