forked from rabbitmq/cluster-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.35 KB
/
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
28
29
30
31
32
33
34
35
36
module github.com/rabbitmq/cluster-operator
go 1.15
require (
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cloudflare/cfssl v1.5.0
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/go-delve/delve v1.5.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-stomp/stomp v2.0.8+incompatible
github.com/gophercloud/gophercloud v0.5.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/michaelklishin/rabbit-hole/v2 v2.5.0
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prometheus/client_golang v1.2.1 // indirect
github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
go.uber.org/multierr v1.2.0 // indirect
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
gopkg.in/ini.v1 v1.62.0
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.6
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
sigs.k8s.io/controller-runtime v0.6.4
sigs.k8s.io/controller-tools v0.4.1
sigs.k8s.io/kind v0.9.0
)