forked from fabric8io/kubernetes-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.lock
338 lines (338 loc) · 9.71 KB
/
glide.lock
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
hash: 7146e3fd7ece62498f145a3a1449f3cfd82a7aa714bb7a28827c4a3969ae1b76
updated: 2018-02-22T16:12:39.559032877+02:00
imports:
- name: github.com/beorn7/perks
version: 3ac7bf7a47d159a033b107610db8a1b6575507a4
- name: github.com/blang/semver
version: b38d23b8782a487059e8fc8773e9a5b228a77cb6
- name: github.com/coreos/etcd
version: 61fc123e7a8b14a0a258aa3f5c4159861b1ec2e7
- name: github.com/coreos/go-semver
version: d043ae190b3202550d026daf009359bb5d761672
- name: github.com/davecgh/go-spew
version: 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
- name: github.com/docker/distribution
version: 12acdf0a6c1e56d965ac6eb395d2bce687bf22fc
subpackages:
- configuration
- context
- digest
- health
- health/checks
- manifest
- manifest/manifestlist
- manifest/schema1
- manifest/schema2
- notifications
- reference
- registry/api/errcode
- registry/api/v2
- registry/auth
- registry/auth/htpasswd
- registry/auth/token
- registry/client
- registry/client/auth
- registry/client/transport
- registry/handlers
- registry/middleware/registry
- registry/middleware/repository
- registry/proxy
- registry/proxy/scheduler
- registry/storage
- registry/storage/cache
- registry/storage/cache/memory
- registry/storage/cache/redis
- registry/storage/driver
- registry/storage/driver/azure
- registry/storage/driver/base
- registry/storage/driver/factory
- registry/storage/driver/filesystem
- registry/storage/driver/gcs
- registry/storage/driver/inmemory
- registry/storage/driver/middleware
- registry/storage/driver/middleware/cloudfront
- registry/storage/driver/oss
- registry/storage/driver/s3-aws
- registry/storage/driver/swift
- uuid
- version
- name: github.com/docker/engine-api
version: dea108d3aa0c67d7162a3fd8aa65f38a430019fd
subpackages:
- client
- client/transport
- client/transport/cancellable
- types
- types/blkiodev
- types/container
- types/filters
- types/network
- types/reference
- types/registry
- types/strslice
- types/time
- types/versions
- name: github.com/docker/go-connections
version: f549a9393d05688dff0992ef3efd8bbe6c628aeb
subpackages:
- nat
- sockets
- tlsconfig
- name: github.com/docker/go-units
version: e30f1e79f3cd72542f2026ceec18d3bd67ab859c
- name: github.com/docker/libtrust
version: c54fbb67c1f1e68d7d6f8d2ad7c9360404616a41
- name: github.com/emicklei/go-restful
version: ff4f55a206334ef123e4f79bbf348980da81ca46
subpackages:
- log
- name: github.com/emicklei/go-restful-swagger12
version: dcef7f55730566d41eae5db10e7d6981829720f6
- name: github.com/exponent-io/jsonpath
version: d6023ce2651d8eafb5c75bb0c7167536102ec9f5
- name: github.com/fsouza/go-dockerclient
version: 3f9370a4738ba8d0ed6eea63582ca6db5eb48032
subpackages:
- external/github.com/Sirupsen/logrus
- external/github.com/docker/docker/opts
- external/github.com/docker/docker/pkg/archive
- external/github.com/docker/docker/pkg/fileutils
- external/github.com/docker/docker/pkg/homedir
- external/github.com/docker/docker/pkg/idtools
- external/github.com/docker/docker/pkg/ioutils
- external/github.com/docker/docker/pkg/longpath
- external/github.com/docker/docker/pkg/pools
- external/github.com/docker/docker/pkg/promise
- external/github.com/docker/docker/pkg/stdcopy
- external/github.com/docker/docker/pkg/system
- external/github.com/docker/go-units
- external/github.com/hashicorp/go-cleanhttp
- external/github.com/opencontainers/runc/libcontainer/user
- external/golang.org/x/net/context
- external/golang.org/x/sys/unix
- name: github.com/ghodss/yaml
version: 73d445a93680fa1a78ae23a5839bad48f32ba1ee
- name: github.com/go-openapi/jsonpointer
version: 46af16f9f7b149af66e5d1bd010e3574dc06de98
- name: github.com/go-openapi/jsonreference
version: 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272
- name: github.com/go-openapi/spec
version: 6aced65f8501fe1217321abf0749d354824ba2ff
- name: github.com/go-openapi/swag
version: 1d0bd113de87027671077d3c71eb3ac5d7dbba72
- name: github.com/gogo/protobuf
version: c0656edd0d9eab7c66d1eb0c568f9039345796f7
subpackages:
- gogoproto
- plugin/compare
- plugin/defaultcheck
- plugin/description
- plugin/embedcheck
- plugin/enumstringer
- plugin/equal
- plugin/face
- plugin/gostring
- plugin/marshalto
- plugin/oneofcheck
- plugin/populate
- plugin/size
- plugin/stringer
- plugin/testgen
- plugin/union
- plugin/unmarshal
- proto
- protoc-gen-gogo/descriptor
- protoc-gen-gogo/generator
- protoc-gen-gogo/grpc
- protoc-gen-gogo/plugin
- sortkeys
- vanity
- vanity/command
- name: github.com/golang/glog
version: 44145f04b68cf362d9c4df2182967c2275eaefed
- name: github.com/golang/protobuf
version: 4bd1920723d7b7c925de087aa32e2187708897f7
- name: github.com/google/gofuzz
version: 44d81051d367757e1c7c6a5a86423ece9afcf63c
- name: github.com/gorilla/context
version: 215affda49addc4c8ef7e2534915df2c8c35c6cd
- name: github.com/gorilla/mux
version: 8096f47503459bcc74d1f4c487b7e6e42e5746b5
- name: github.com/hashicorp/golang-lru
version: a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4
- name: github.com/juju/ratelimit
version: 5b9ff866471762aa2ab2dced63c9fb6f53921342
- name: github.com/mailru/easyjson
version: e978125a7e335d8f4db746a9ac5b44643f27416b
subpackages:
- buffer
- jlexer
- jwriter
- name: github.com/matttproud/golang_protobuf_extensions
version: fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a
- name: github.com/openshift/origin
version: fdbd3dc51bea71cf87da4b1760d29003b5c401ac
subpackages:
- pkg/api
- pkg/api/extension
- pkg/api/legacy
- pkg/authorization/apis/authorization
- pkg/authorization/apis/authorization/v1
- pkg/build/apis/build
- pkg/build/apis/build/v1
- pkg/build/generated/listers/build/internalversion
- pkg/build/util
- pkg/deploy/apis/apps
- pkg/deploy/apis/apps/v1
- pkg/image/apis/image
- pkg/image/apis/image/docker10
- pkg/image/apis/image/dockerpre012
- pkg/image/apis/image/v1
- pkg/image/reference
- pkg/oauth/apis/oauth
- pkg/oauth/apis/oauth/v1
- pkg/project/apis/project
- pkg/project/apis/project/v1
- pkg/route/apis/route
- pkg/route/apis/route/v1
- pkg/sdn/apis/network
- pkg/security/apis/security
- pkg/security/apis/security/v1
- pkg/security/securitycontextconstraints/util
- pkg/template/apis/template
- pkg/template/apis/template/v1
- pkg/user/apis/user
- pkg/user/apis/user/v1
- pkg/user/apis/user/validation
- pkg/util/namer
- name: github.com/openshift/source-to-image
version: 06c9446cd6b580cbcb13a1489efcb3e943b470af
subpackages:
- pkg/api
- pkg/api/describe
- pkg/api/validation
- pkg/build
- pkg/build/strategies
- pkg/build/strategies/layered
- pkg/build/strategies/onbuild
- pkg/build/strategies/sti
- pkg/docker
- pkg/errors
- pkg/ignore
- pkg/scm
- pkg/scm/downloaders
- pkg/scm/downloaders/empty
- pkg/scm/downloaders/file
- pkg/scm/downloaders/git
- pkg/scm/git
- pkg/scripts
- pkg/tar
- pkg/util
- pkg/util/cmd
- pkg/util/cygpath
- pkg/util/fs
- pkg/util/glog
- pkg/util/interrupt
- pkg/util/status
- pkg/util/user
- name: github.com/pborman/uuid
version: ca53cad383cad2479bbba7f7a1a05797ec1386e4
- name: github.com/prometheus/client_golang
version: e7e903064f5e9eb5da98208bae10b475d4db0f8c
- name: github.com/prometheus/client_model
version: fa8ad6fec33561be4280a8f0514318c79d7f6cb6
- name: github.com/prometheus/common
version: 13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207
- name: github.com/prometheus/procfs
version: 65c1f6f8f0fc1e2185eb9863a3bc751496404259
- name: github.com/PuerkitoBio/purell
version: 8a290539e2e8629dbc4e6bad948158f790ec31f4
- name: github.com/PuerkitoBio/urlesc
version: 5bd2802263f21d8788851d5305584c82a5c75d7e
- name: github.com/Sirupsen/logrus
version: aaf92c95712104318fc35409745f1533aa5ff327
- name: github.com/spf13/pflag
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
- name: github.com/ugorji/go
version: ded73eae5db7e7a0ef6f55aace87a2873c5d2b74
- name: golang.org/x/net
version: f2499483f923065a842d38eb4c7f1927e6fc6e6d
subpackages:
- context
- context/ctxhttp
- html
- html/atom
- http2
- http2/hpack
- idna
- internal/timeseries
- lex/httplex
- proxy
- trace
- websocket
- name: golang.org/x/text
version: ceefd2213ed29504fff30155163c8f59827734f3
subpackages:
- cases
- encoding
- encoding/internal
- encoding/internal/identifier
- encoding/unicode
- internal/tag
- internal/utf8internal
- language
- runes
- secure/bidirule
- secure/precis
- transform
- unicode/bidi
- unicode/norm
- width
- name: google.golang.org/grpc
version: 777daa17ff9b5daef1cfdf915088a2ada3332bf0
- name: gopkg.in/inf.v0
version: 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4
- name: gopkg.in/yaml.v2
version: a83829b6f1293c91addabc89d0571c246397bbf4
- name: k8s.io/kubernetes
version: 930b5c4b2db777e7ece981d84e9430808feceb4c
repo: https://github.com/openshift/kubernetes.git
vcs: git
subpackages:
- pkg/api
- pkg/api/helper
- pkg/api/service
- pkg/api/unversioned
- pkg/api/util
- pkg/api/v1
- pkg/api/v1/helper
- pkg/api/validation
- pkg/apis/apps
- pkg/apis/apps/v1beta1
- pkg/apis/authentication
- pkg/apis/authentication/v1
- pkg/apis/authorization
- pkg/apis/authorization/v1
- pkg/apis/autoscaling
- pkg/apis/autoscaling/v1
- pkg/apis/batch
- pkg/apis/batch/v1
- pkg/apis/batch/v2alpha1
- pkg/apis/extensions
- pkg/apis/extensions/v1beta1
- pkg/apis/networking
- pkg/apis/policy
- pkg/apis/policy/v1beta1
- pkg/apis/rbac
- pkg/apis/storage
- pkg/apis/storage/v1
- pkg/capabilities
- pkg/credentialprovider
- pkg/features
- pkg/registry/core/namespace
- pkg/security/apparmor
- pkg/util
- pkg/util/net/sets
- pkg/util/parsers
- pkg/watch/json
testImports: []