6dbb9475f9
This initial commit includes support for Mcrouter, Memcached, basic CI tests as well as Helm charts for deploying things. Depends-On: https://review.opendev.org/713107 Depends-On: https://review.opendev.org/713115 Change-Id: I0b1ab6d8e716460e095bc3953614e336620f984e
15 lines
327 B
Modula-2
15 lines
327 B
Modula-2
module opendev.org/vexxhost/openstack-operator
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.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
|
|
)
|