-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglide.yaml
38 lines (29 loc) · 1.15 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
package: github.com/containscafeine/kedgify
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.8.0
- package: github.com/Sirupsen/logrus
version: v0.7.3
- package: github.com/kedgeproject/kedge
# 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/openshift-vendor.sh
ignore:
- github.com/openshift/origin
- k8s.io/kubernetes
- k8s.io/apimachinery
- k8s.io/client-go
- k8s.io/apiserver
- k8s.io/kube-aggregator