forked from rabbitmq/cluster-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 881 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
25
26
27
module github.com/rabbitmq/cluster-operator
go 1.16
require (
github.com/cloudflare/cfssl v1.5.0
github.com/eclipse/paho.mqtt.golang v1.3.3
github.com/elastic/crd-ref-docs v0.0.7
github.com/go-delve/delve v1.6.0
github.com/go-logr/logr v0.3.0
github.com/go-stomp/stomp v2.1.3+incompatible
github.com/michaelklishin/rabbit-hole/v2 v2.7.0
github.com/onsi/ginkgo v1.15.2
github.com/onsi/gomega v1.11.0
github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
gopkg.in/ini.v1 v1.62.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.20.2
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
sigs.k8s.io/controller-runtime v0.8.3
sigs.k8s.io/controller-tools v0.5.0
sigs.k8s.io/kind v0.10.0
sigs.k8s.io/kustomize/kustomize/v3 v3.10.0
)