forked from kubernetes/kompose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
67 lines (58 loc) · 1.95 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
package: github.com/kubernetes-incubator/kompose
homepage: https://github.com/kubernetes-incubator/kompose
licence: Apache-2.0
import:
- package: github.com/Sirupsen/logrus
version: v0.11.5
- package: github.com/fatih/structs
- package: github.com/ghodss/yaml
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
- package: github.com/pkg/errors
- package: github.com/docker/libcompose
version: 01ff8920a57835fda41607e0f27252408e99cf08
subpackages:
- config
- lookup
- project
- package: github.com/openshift/origin
version: v1.4.0-rc1
subpackages:
- pkg/build/api/install
- pkg/build/api/v1
- pkg/client
- pkg/cmd/cli/config
- pkg/deploy/api
- pkg/deploy/api/install
- pkg/image/api
- pkg/image/api/install
- pkg/route/api
- pkg/route/api/install
# OpenShift uses Kubernetes fork to carry some patches
# Kubernetes will be in the same version as what OpenShift is using (from OpenShifts Godeps.json)
- package: k8s.io/kubernetes
repo: https://github.com/openshift/kubernetes
subpackages:
- pkg/api
- pkg/api/install
- pkg/api/resource
- pkg/api/unversioned
- pkg/apis/extensions
- pkg/apis/extensions/install
- pkg/client/unversioned
- pkg/client/unversioned/clientcmd
- pkg/kubectl
- pkg/kubectl/cmd/util
- pkg/runtime
- pkg/util/intstr
# OpenShift uses glog fork to carry some patches
# There are more forks that openshift is using (see: https://github.com/openshift/origin/blob/master/hack/godep-restore.sh)
# But we are not importing any packages that are using forked packages (expect glog).
# This is why only glog is here.
- package: github.com/golang/glog
repo: https://github.com/openshift/glog
# libcompose and OpenShift depends on different Docker version,
# this makes sure that we are using version that is compatible with both.
# Glide will show WARN about conflicting rev (it this case it is OK)
- package: github.com/docker/docker
version: 601004e1a714d77d3a43e957b8ae8adbc867b280