forked from openshift/installer
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gopkg.toml
91 lines (70 loc) · 1.97 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
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.8.1"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.16.14"
[[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/api"
version = "kubernetes-1.12.2"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.2"
[[override]]
name = "k8s.io/client-go"
version = "9.0.0"
[[constraint]]
name = "github.com/openshift/cluster-api"
revision = "91fca585a85b163ddfd119fd09c128c9feadddca"
[[constraint]]
name = "sigs.k8s.io/cluster-api-provider-aws"
source = "https://github.com/openshift/cluster-api-provider-aws.git"
revision = "15fe4b4ea5636f8516c238490fc6a85d44161181"
[[constraint]]
name = "github.com/openshift/cluster-api-provider-libvirt"
revision = "c23986b36a2521cd69ac22d7adb74a22bca9f7aa"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/awalterschulze/gographviz"
version = "2.0.0"
[[constraint]]
name = "k8s.io/utils"
revision = "4c3feeb576b06ef8fea769809bd3db5e5e78dc23"
[[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"