-
- Downloads
Fix : import and export-realms script
Showing
- go.mod 4 additions, 2 deletionsgo.mod
- go.sum 13 additions, 0 deletionsgo.sum
- internal/rootmux/rootmux.go 1 addition, 1 deletioninternal/rootmux/rootmux.go
- main.go 2 additions, 2 deletionsmain.go
- miscellaneous/keycloak/export_realm_and_users.sh 1 addition, 1 deletionmiscellaneous/keycloak/export_realm_and_users.sh
module github.com/nicolaspernoud/vestibule | module forge.grandlyon.com/apoyen/sdk-go | ||
go 1.14 | go 1.14 | ||
... | @@ -6,12 +6,14 @@ require ( | ... | @@ -6,12 +6,14 @@ require ( |
github.com/davecgh/go-spew v1.1.1 // indirect | github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.3.5 // indirect | github.com/golang/protobuf v1.3.5 // indirect | ||
github.com/jinzhu/gorm v1.9.12 | github.com/jinzhu/gorm v1.9.12 | ||
github.com/kr/pretty v0.1.0 // indirect | github.com/kr/pretty v0.2.0 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/nicolaspernoud/vestibule v0.0.0-20200331070557-e891662e1a8a | |||
github.com/oschwald/maxminddb-golang v1.6.0 | github.com/oschwald/maxminddb-golang v1.6.0 | ||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 | golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 | ||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect | golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect | |||
google.golang.org/appengine v1.6.5 // indirect | google.golang.org/appengine v1.6.5 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
) | ) |
Please register or sign in to comment