b825ce52f2
The biggest change included is the context provided logger. This also updates to controller-gen 0.3.0. Change-Id: Ifa2500e2ac27413c044d0a9bab4a27752dcb2782
17 lines
418 B
Modula-2
17 lines
418 B
Modula-2
module sipcluster
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PaesslerAG/jsonpath v0.1.1
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/metal3-io/baremetal-operator v0.0.0-20201014161845-a6d4f1fc3228
|
|
github.com/onsi/ginkgo v1.14.2
|
|
github.com/onsi/gomega v1.10.3
|
|
github.com/stackanetes/kubernetes-entrypoint v0.3.1
|
|
k8s.io/api v0.19.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/client-go v0.19.2
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
)
|