-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gopkg.toml
79 lines (62 loc) · 1.79 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
required = [
"github.com/alvaroloes/enumer",
"github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb",
"github.com/golang/mock/mockgen",
"golang.org/x/tools/cmd/goimports"
]
[[constraint]]
name = "github.com/alvaroloes/enumer"
version = "1.1.2"
[[override]]
name = "github.com/Azure/azure-sdk-for-go"
version = "36.2.0"
[[constraint]]
name = "github.com/golang/mock"
version = "1.3.1"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.3"
[[constraint]]
name = "github.com/openshift/api"
branch = "release-4.3"
[[constraint]]
name = "github.com/openshift/client-go"
branch = "release-4.3"
[[override]]
name = "github.com/openshift/cluster-api"
branch = "release-4.3"
[[constraint]]
name = "github.com/openshift/installer"
branch = "release-4.3-azure"
source = "https://github.com/jim-minter/installer"
[[override]]
name = "github.com/openshift/machine-config-operator"
branch = "release-4.3"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.2.0"
[[constraint]]
name = "github.com/ugorji/go"
version = "1.1.7"
[[override]]
name = "k8s.io/api"
branch = "origin-4.3-kubernetes-1.16.2"
source = "https://github.com/openshift/kubernetes-api"
[[override]]
name = "k8s.io/apimachinery"
branch = "origin-4.3-kubernetes-1.16.2"
source = "https://github.com/openshift/kubernetes-apimachinery"
[[override]]
name = "k8s.io/client-go"
branch = "origin-4.3-kubernetes-1.16.2"
source = "https://github.com/openshift/kubernetes-client-go"
[[override]]
name = "sigs.k8s.io/cluster-api-provider-azure"
branch = "release-4.3"
source = "https://github.com/openshift/cluster-api-provider-azure"
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "github.com/openshift/installer"
unused-packages = false