13 lines
293 B
Modula-2
13 lines
293 B
Modula-2
module git.zom.bi/images/keycloak-operator
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Nerzal/gocloak/v7 v7.11.0
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/onsi/ginkgo v1.14.1
|
|
github.com/onsi/gomega v1.10.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/client-go v0.19.2
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
)
|