16 lines
397 B
Modula-2
Executable File
16 lines
397 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/go-logr/logr v0.1.0
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/stretchr/testify v1.5.1
|
|
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
|
|
)
|