This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
glide.yaml
56 lines (43 loc) · 1.76 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
package: github.com/kedgeproject/kedge
import:
- package: github.com/ghodss/yaml
version: 73d445a93680fa1a78ae23a5839bad48f32ba1ee
- package: github.com/spf13/cobra
version: 7c674d9e72017ed25f6d2b5e497a1368086b6a6f
- package: github.com/spf13/pflag
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
- package: github.com/spf13/viper
version: 7fb2782df3d83e0036cc89f461ed0422628776f4
- package: github.com/pkg/errors
version: v0.7.0
- package: github.com/davecgh/go-spew
version: 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
- package: github.com/Sirupsen/logrus
version: v0.7.3
- package: github.com/fsouza/go-dockerclient
version: 3f9370a4738ba8d0ed6eea63582ca6db5eb48032
- package: github.com/novln/docker-parser
version: 6030251119d652af8ead44ac7907444227b64d56
- package: github.com/xeipuuv/gojsonschema
version: 212d8a0df7acfab8bdd190a7a69f0ab7376edcc8
# pinning 'golang.org/x/sys' otherwise docker dependencies complain to compiling
- package: golang.org/x/sys
version: 8d1157a435470616f975ff9bb013bea8d0962067
subpackages:
- unix
- package: github.com/kylelemons/godebug/diff
version: d65d576e9348f5982d7f6d83682b694e731a45c6
# Those are packages that OpenShift patches in its vendor directory.
# Those patched libs are not published elsewhere.
# See https://github.com/openshift/origin/pull/15797 for more info.
# We have to ignore them here so they are not downloaded by glide.
# We have to use modified version of those packages from github.com/openshift/origin/vendor,
# otherwise OpenShift won't build.
# OpenShift vendoring with all its dependencies is handled by ./scripts/vendor-openshift.sh
ignore:
- github.com/openshift/origin
- k8s.io/kubernetes
- k8s.io/apimachinery
- k8s.io/client-go
- k8s.io/apiserver
- k8s.io/kube-aggregator