scim/go.mod

28 lines
873 B
Modula-2
Raw Normal View History

2022-06-10 11:51:19 +00:00
module libre.sh/scim
go 1.18
require (
github.com/Nerzal/gocloak/v11 v11.2.0
github.com/go-resty/resty/v2 v2.7.0
github.com/google/uuid v1.3.0
github.com/spf13/cobra v1.5.0
github.com/tidwall/gjson v1.14.3
2022-06-10 11:51:19 +00:00
)
require (
2022-06-16 08:14:40 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
2022-06-10 11:51:19 +00:00
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
2022-06-10 11:51:19 +00:00
gopkg.in/yaml.v3 v3.0.0 // indirect
)
replace github.com/Nerzal/gocloak/v11 => github.com/hrenard/gocloak/v11 v11.0.0-20220609172718-9807e38ec17b