-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
29 lines (24 loc) · 828 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
ignored = [
"github.com/webner/etcdhelper/openshift.local.clusterup",
"github.com/webner/etcdhelper/openshift.local.config",
"github.com/webner/etcdhelper/openshift.local.etcd",
"github.com/webner/etcdhelper/openshift.local.volumes",
]
[[constraint]]
branch = "origin-3.10-etcd-v3.2.16"
name = "github.com/coreos/etcd"
source = "https://github.com/openshift/coreos-etcd.git"
[[constraint]]
branch = "release-3.11"
name = "github.com/openshift/origin"
[[constraint]]
branch = "origin-3.11-kubernetes-1.11.1"
name = "k8s.io/apimachinery"
source = "https://github.com/openshift/kubernetes-apimachinery.git"
[[constraint]]
branch = "origin-3.11-kubernetes-1.11.1"
name = "k8s.io/kubernetes"
source = "https://github.com/openshift/kubernetes.git"
[prune]
go-tests = true
unused-packages = true