sip/go.mod
Ian Howell 00a0fe9602 Code Cleanup
This change doesn't affect the execution of the code, but rather focuses
on fixing various nits and improving readability.

Change-Id: I4153a17787ca45dcd6d8eb6da894c0b651066411
2020-12-11 15:22:58 -06:00

17 lines
417 B
Modula-2

module sipcluster
go 1.13
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/go-logr/logr v0.2.1
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
k8s.io/api v0.19.0
k8s.io/apiextensions-apiserver v0.18.9 // indirect
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
sigs.k8s.io/controller-runtime v0.6.3
)