22 lines
594 B
Modula-2
Executable File
22 lines
594 B
Modula-2
Executable File
module opendev.org/vexxhost/openstack-operator
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/gophercloud/gophercloud v0.1.0
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.5.1
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
k8s.io/api v0.17.2
|
|
k8s.io/apimachinery v0.17.2
|
|
k8s.io/client-go v0.17.2
|
|
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
|
|
sigs.k8s.io/controller-runtime v0.5.0
|
|
)
|