forked from storageos/cluster-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 923 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/storageos/cluster-operator
go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/coreos/prometheus-operator v0.38.1-0.20200424145508-7e176fda06cc
github.com/go-logr/logr v0.1.0
github.com/go-openapi/spec v0.19.3
github.com/golang/mock v1.5.0
github.com/google/uuid v1.1.1
github.com/operator-framework/operator-sdk v0.18.1
github.com/pkg/errors v0.9.1
github.com/storageos/go-api v0.0.0-20200311150117-c68d7a4607f7
github.com/storageos/go-api/v2 v2.4.0
k8s.io/api v0.18.4
k8s.io/apiextensions-apiserver v0.18.4
k8s.io/apimachinery v0.18.4
k8s.io/client-go v12.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
sigs.k8s.io/controller-runtime v0.6.1
)
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible // Required by OLM
k8s.io/client-go => k8s.io/client-go v0.18.2 // Required by prometheus-operator
)