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.

25 lines
992 B

module github.com/cloudtrust/keycloak-client/v3
go 1.15
require (
github.com/cloudtrust/common-service v2.3.2+incompatible
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/gbrlsnchs/jwt/v2 v2.0.0
github.com/go-kit/kit v0.10.0
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.8.0
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/pkg/errors v0.8.1
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/oauth2 v0.0.0-20210112200429-01de73cf58bd // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/h2non/gentleman.v2 v2.0.4
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)