forked from openstack-k8s-operators/osp-director-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 866 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/openstack-k8s-operators/osp-director-operator
go 1.13
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/go-logr/logr v0.2.1
github.com/huandu/xstrings v1.3.2 // indirect
github.com/metal3-io/baremetal-operator v0.0.0-20201116105209-c72e2e0d8803
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/onsi/ginkgo v1.13.0
github.com/onsi/gomega v1.10.1
github.com/openshift/cluster-api v0.0.0-20191129101638-b09907ac6668
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.10.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
sigs.k8s.io/controller-runtime v0.6.2
)
replace k8s.io/client-go => k8s.io/client-go v0.19.0