forked from oracle/coherence-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 998 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
28
29
30
module github.com/oracle/coherence-operator
go 1.14
require (
github.com/coreos/prometheus-operator v0.38.1-0.20200424145508-7e176fda06cc
github.com/elastic/go-elasticsearch/v7 v7.6.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-logr/logr v0.1.0
github.com/go-test/deep v1.0.7
github.com/onsi/gomega v1.10.1
github.com/operator-framework/operator-lib v0.1.0
github.com/pkg/errors v0.9.1
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
k8s.io/api v0.18.6
k8s.io/apiextensions-apiserver v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v12.0.0+incompatible
k8s.io/kubernetes v1.13.0
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
sigs.k8s.io/controller-runtime v0.6.2
sigs.k8s.io/testing_frameworks v0.1.2
sigs.k8s.io/yaml v1.2.0
)
replace k8s.io/client-go => k8s.io/client-go v0.18.6