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.

18 lines
648 B

module github.com/cloudtrust/keycloak-client/v3
go 1.15
require (
github.com/cloudtrust/common-service v2.3.2+incompatible
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gbrlsnchs/jwt/v2 v2.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/h2non/gentleman.v2 v2.0.4
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)