forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
218 lines (201 loc) · 7.69 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
package: github.com/openshift/origin
excludeDirs:
- openshift.local.config
- openshift.local.etcd
- openshift.local.volumes
- openshift.local.clusterup
import:
# kube first
- package: k8s.io/api
repo: https://github.com/openshift/kubernetes-api.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/apiextensions-apiserver
repo: https://github.com/openshift/kubernetes-apiextensions-apiserver.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/apimachinery
repo: https://github.com/openshift/kubernetes-apimachinery.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/apiserver
repo: https://github.com/openshift/kubernetes-apiserver.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/client-go
repo: https://github.com/openshift/kubernetes-client-go.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/cli-runtime
repo: https://github.com/openshift/kubernetes-cli-runtime.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/cloud-provider
repo: https://github.com/openshift/kubernetes-cloud-provider.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/cluster-bootstrap
repo: https://github.com/openshift/kubernetes-cluster-bootstrap.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/code-generator
repo: https://github.com/openshift/kubernetes-code-generator.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/component-base
repo: https://github.com/openshift/kubernetes-component-base.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/csi-translation-lib
repo: https://github.com/openshift/kubernetes-csi-translation-lib.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kube-aggregator
repo: https://github.com/openshift/kubernetes-kube-aggregator.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kube-controller-manager
repo: https://github.com/openshift/kubernetes-kube-controller-manager.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kubectl
repo: https://github.com/openshift/kubernetes-kubectl.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kubelet
repo: https://github.com/openshift/kubernetes-kubelet.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kube-proxy
repo: https://github.com/openshift/kubernetes-kube-proxy.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kube-scheduler
repo: https://github.com/openshift/kubernetes-kube-scheduler.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/legacy-cloud-providers
repo: https://github.com/openshift/kubernetes-legacy-cloud-providers.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/metrics
repo: https://github.com/openshift/kubernetes-metrics.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/sample-apiserver
repo: https://github.com/openshift/kubernetes-sample-apiserver.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/sample-cli-plugin
repo: https://github.com/openshift/kubernetes-sample-cli-plugin.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/sample-controller
repo: https://github.com/openshift/kubernetes-sample-controller.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/kubernetes
repo: https://github.com/openshift/kubernetes.git
version: origin-4.5-kubernetes-1.18.0-rc.1
- package: k8s.io/cri-api
repo: https://github.com/openshift/kubernetes-cri-api
version: origin-4.5-kubernetes-1.18.0-rc.1
# this matches the 1.18 branch from kube
- package: k8s.io/gengo
version: 36b2048a9120
- package: k8s.io/utils
version: 0a110f9eb7ab
- package: k8s.io/kube-openapi
version: bf4fb3bd569c
- package: k8s.io/klog
version: v1.0.0
- package: gopkg.in/yaml.v2
version: v2.2.8
- package: sigs.k8s.io/structured-merge-diff/v3
repo: https://github.com/openshift/structured-merge-diff
version: origin-4.5-v3.0.0
- package: github.com/google/cadvisor
version: v0.35.0
# pin for etcd
- package: google.golang.org/grpc
version: v1.26.0
- package: github.com/coreos/etcd
version: v3.3.17
- package: github.com/coreos/bbolt
version: v1.3.3
- package: github.com/ugorji/go
version: d75b2dcb6bc8
# openshift second
- package: github.com/openshift/api
version: master
- package: github.com/openshift/client-go
version: master
- package: github.com/openshift/library-go
version: master
- package: github.com/openshift/apiserver-library-go
version: master
# forks third
- package: github.com/onsi/ginkgo
repo: https://github.com/openshift/onsi-ginkgo.git
version: origin-4.5
# these need to match the kubelet
- package: github.com/docker/distribution
version: v2.7.1
- package: github.com/docker/docker
version: be7ac8be2ae072032a4005e8f232be3fc57e4127
# 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
# mine: specific to openshift
# master? for bindata
- package: github.com/jteeuwen/go-bindata
version: a0ff2567cfb70903282db057e799fd826784d41d
- package: github.com/ghodss/yaml
version: v1.0.0
# due to https://github.com/Masterminds/glide/issues/881 manually show where
# to get gonum.org/v1/gonum from
- package: gonum.org/v1/gonum
repo: https://github.com/gonum/gonum.git
# set alias location for this package due to
# https://github.com/Masterminds/glide/issues/1057; upstream did this in
# https://github.com/kubernetes/kubernetes/pull/72138
- package: bitbucket.org/ww/goautoneg
repo: https://github.com/munnerz/goautoneg.git
# help glide with go mod submodule tag
- package: github.com/Azure/go-autorest
version: autorest/v0.9.0
# these move often and make noise in bumps
- package: github.com/pborman/uuid
version: v1.2.0
- package: go.mongodb.org/mongo-driver
version: v1.1.2
# needed to get the
- package: github.com/lestrrat/go-jspointer
repo: https://github.com/lestrrat/go-jspointer.git
- package: github.com/lestrrat/go-pdebug
repo: https://github.com/lestrrat/go-pdebug.git
- package: github.com/lestrrat/go-jsref
repo: https://github.com/lestrrat/go-jsref.git
version: 50df7b2d07d799426a9ac43fa24bdb4785f72a54
- package: github.com/lestrrat/go-structinfo
repo: https://github.com/lestrrat/go-structinfo.git
version: 8204d40bbcd79eb7603cd4c2c998e60eb2479ded
- package: github.com/mailru/easyjson
version: v0.7.0
- package: google.golang.org/api
version: 5213b809086156e6e2b262a41394993fcff97439
- package: github.com/opencontainers/runc
version: v1.0.0-rc10
# required by openshift-tests resource watch
- package: gopkg.in/src-d/go-git.v4
version: v4.13.1
# required by opencontainers
- package: github.com/sirupsen/logrus
version: 839c75faf7f98a33d445d181f3018b5c3409a45e
# DROP: go-openapi for k/k #85223
- package: github.com/docker/go-units
version: v0.4.0
- package: github.com/go-openapi/loads
version: v0.19.4
- package: github.com/go-openapi/spec
version: v0.19.3
- package: github.com/go-openapi/strfmt
version: v0.19.3
- package: github.com/go-openapi/validate
version: v0.19.5
- package: github.com/stretchr/testify
version: v1.4.0
- package: github.com/go-openapi/swag
version: v0.19.5
- package: golang.org/x/crypto
version: bac4c82f6975
# GOMOD for golang.org/x/crypto asks for this version of x/sys, which includes things we need
# we wouldn't need this line if glide paid attention to gomod
- package: golang.org/x/sys
version: 742c48ecaeb7
- package: golang.org/x/net
version: 13f9640d40b9
- package: github.com/agnivade/levenshtein
version: v1.0.1
- package: github.com/andreyvit/diff
version: c7f18ee00883