-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
34 lines (32 loc) · 1.36 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
module github.com/IBM/cpe-operator
go 1.15
require (
github.com/Azure/go-autorest/autorest v0.11.12 // indirect
github.com/IBM/ibm-cos-sdk-go v1.7.0
github.com/d4l3k/go-bayesopt v0.0.0-20191110222447-8506d3040732
github.com/go-logr/logr v0.4.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/mittwald/go-helm-client v0.5.0
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
helm.sh/helm/v3 v3.5.1
k8s.io/api v0.20.1
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.20.1
k8s.io/utils v0.0.0-20210305010621-2afb4311ab10 // indirect
sigs.k8s.io/controller-runtime v0.7.2
sigs.k8s.io/structured-merge-diff/v4 v4.1.1 // indirect
)