forked from openshift/installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
156 lines (120 loc) · 3.42 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
ignored = [
"github.com/openshift/installer/tests*",
"github.com/openshift/installer/pkg/terraform/exec*"
]
required = [
#needed in pkg/terraform/exec
"golang.org/x/net/html/charset"
]
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "gopkg.in/AlecAivazis/survey.v1"
version = "1.8.8"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.25.35"
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "v29.0.0"
[[constraint]]
name = "github.com/coreos/ignition"
version = "0.35.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/api"
version = "kubernetes-1.16.0"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.16.0"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.16.0"
[[constraint]]
name = "k8s.io/utils"
revision = "581e00157fb1a0435d4fac54a52d1ca1e481d60e"
[[constraint]]
name = "github.com/openshift/cluster-api"
branch = "openshift-4.2-cluster-api-0.1.0"
[[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/gophercloud/utils"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/gophercloud/gophercloud"
[[constraint]]
branch = "master"
name = "sigs.k8s.io/cluster-api-provider-openstack"
source = "https://github.com/openshift/cluster-api-provider-openstack.git"
[[constraint]]
branch = "master"
name = "sigs.k8s.io/cluster-api-provider-azure"
source = "https://github.com/openshift/cluster-api-provider-azure.git"
[[constraint]]
name = "github.com/pkg/sftp"
version = "1.10.0"
[[constraint]]
name = "google.golang.org/api"
version = "0.3.0"
[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"
[[constraint]]
branch = "master"
name = "github.com/openshift/cluster-api-provider-gcp"
[[constraint]]
branch = "master"
name = "github.com/openshift/machine-config-operator"
[[constraint]]
name = "github.com/containers/image"
version = "2.0.0"
[[constraint]]
name = "github.com/metal3-io/cluster-api-provider-baremetal"
source = "https://github.com/openshift/cluster-api-provider-baremetal/pkg/apis"
[[constraint]]
branch = "master"
name = "github.com/metal3-io/baremetal-operator"
source = "https://github.com/openshift/baremetal-operator"
[[constraint]]
name = "github.com/openshift/cluster-api-provider-ovirt"
revision ="0966db28bce37ca97ada41c69f48ffa7c4d02493"
[[constraint]]
name = "github.com/ovirt/go-ovirt"
version = "v4.3.9"
[[constraint]]
branch = "master"
name = "github.com/openshift/machine-api-operator"
source = "github.com/openshift/machine-api-operator"
[[constraint]]
branch = "master"
name = "github.com/vmware/govmomi"
source = "https://github.com/vmware/govmomi"