-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gopkg.toml
54 lines (41 loc) · 1003 Bytes
/
Gopkg.toml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# version = "0.0.5"
source = "github.com/ZackButcher/operator-sdk"
branch = "non-internal"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.10.1"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.1"
[[override]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.10.1"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.1"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"
[[constraint]]
name = "github.com/gogo/protobuf"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/gogo/googleapis"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"
[[constraint]]
name = "istio.io/api"
branch = "release-1.0"
[[constraint]]
name = "istio.io/istio"
version = "1.0.0"