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.
30 lines
1.0 KiB
30 lines
1.0 KiB
module github.com/cloudtrust/keycloak-client
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cloudtrust/common-service v2.3.2+incompatible
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gbrlsnchs/jwt v1.1.0 // indirect
|
|
github.com/gbrlsnchs/jwt/v2 v2.0.0
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/go-logfmt/logfmt v0.5.0
|
|
github.com/golang/mock v1.4.4
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/oauth2 v0.0.0-20210112200429-01de73cf58bd
|
|
golang.org/x/text v0.3.5
|
|
google.golang.org/appengine v1.6.7
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/h2non/gentleman.v2 v2.0.4
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|