27 lines
873 B
Modula-2
27 lines
873 B
Modula-2
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.4.0
|
|
github.com/tidwall/gjson v1.14.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
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-20220520000938-2e3eb7b945c2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
|
)
|
|
|
|
replace github.com/Nerzal/gocloak/v11 => github.com/hrenard/gocloak/v11 v11.0.0-20220609172718-9807e38ec17b
|