2021-01-10 16:59:45 +01:00
|
|
|
module git.zom.bi/images/keycloak-operator
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-01-10 23:49:22 +01:00
|
|
|
github.com/Nerzal/gocloak/v7 v7.11.0
|
2021-01-10 17:06:01 +01:00
|
|
|
github.com/go-logr/logr v0.3.0
|
|
|
|
github.com/onsi/ginkgo v1.14.1
|
|
|
|
github.com/onsi/gomega v1.10.2
|
2021-01-10 16:59:45 +01:00
|
|
|
k8s.io/apimachinery v0.19.2
|
|
|
|
k8s.io/client-go v0.19.2
|
|
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
|
|
)
|