forked from openshift/installer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGopkg.toml
93 lines (72 loc) · 1.99 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
ignored = [
"github.com/openshift/installer/tests*",
"github.com/openshift/installer/pkg/terraform/exec*"
]
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "gopkg.in/AlecAivazis/survey.v1"
version = "1.6.2"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.15.39"
[[constraint]]
name = "github.com/coreos/ignition"
version = "0.26.0"
[[constraint]]
name = "github.com/libvirt/libvirt-go"
version = "4.7.0"
[[constraint]]
branch = "master"
name = "github.com/shurcooL/vfsgen"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.2.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"
[[constraint]]
branch = "master"
name = "github.com/vincent-petithory/dataurl"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.2"
[[override]]
name = "k8s.io/client-go"
version = "9.0.0"
[[constraint]]
name = "sigs.k8s.io/cluster-api"
branch = "master"
[[constraint]]
name = "sigs.k8s.io/cluster-api-provider-aws"
source = "https://github.com/openshift/cluster-api-provider-aws.git"
branch = "master"
[[constraint]]
name = "github.com/openshift/cluster-api-provider-libvirt"
branch = "master"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/awalterschulze/gographviz"
version = "2.0.0"
[[constraint]]
name = "github.com/openshift/hive"
revision = "2349f175d3e4fc6542dec79add881a59f2d7b1b8"
[[constraint]]
name = "k8s.io/utils"
revision = "4c3feeb576b06ef8fea769809bd3db5e5e78dc23"
[[constraint]]
name = "github.com/openshift/cluster-network-operator"
revision = "fb8b55a1072436a51b153de9acf5bf5525efcf83"
[[constraint]]
name = "github.com/gophercloud/utils"
revision = "34f5991525d116b3832e0d9409492274f1c06bda"
[[constraint]]
branch = "master"
name = "github.com/openshift/api"
[[constraint]]
name = "github.com/openshift/client-go"
revision = "1fa528d3be060e4c7178eb69e76d37cf7e699e3c"