forked from openshift/sdn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
49 lines (46 loc) · 1.42 KB
/
glide.yaml
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
package: github.com/openshift/sdn
import:
# kube first
- package: k8s.io/api
version: kubernetes-1.16.0
- package: k8s.io/apimachinery
version: kubernetes-1.16.0
- package: k8s.io/client-go
version: kubernetes-1.16.0
- package: k8s.io/component-base
version: kubernetes-1.16.0
- package: k8s.io/kube-proxy
version: kubernetes-1.16.0
- package: k8s.io/kubectl
version: kubernetes-1.16.0
- package: k8s.io/kubernetes
repo: https://github.com/openshift/kubernetes.git
version: sdn-4.3-kubernetes-1.16.0
- package: k8s.io/klog
version: v0.4.0
- package: google.golang.org/grpc
version: 168a6198bcb0ef175f7dacec0b8691fc141dc9b8
- package: github.com/coreos/go-systemd
version: v20
# openshift second
- package: github.com/openshift/api
version: prebase-1.16
- package: github.com/openshift/client-go
version: prebase-1.16
- package: github.com/openshift/library-go
version: prebase-1.16
# ours: shared with kube, but forced by openshift
# master: co-exist with klog
- package: github.com/golang/glog
repo: https://github.com/openshift/golang-glog.git
version: delegate-to-klog
# networking
- package: github.com/vishvananda/netlink
version: 0e3b74dbe28f37fd911f9bca3565fdca33c03f29
# mine: specific to openshift
# networking
- package: github.com/containernetworking/plugins
version: ~0.6.0
# used to be ~v1 to keep up with fixes. It didn't build past v1.0.8.
- package: github.com/miekg/dns
version: v1.0.8