forked from kubernetes/kops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
396 lines (396 loc) · 18 KB
/
.gitmodules
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
[submodule "_vendor/k8s.io/kubernetes"]
path = _vendor/k8s.io/kubernetes
url = https://github.com/kubernetes/kubernetes
[submodule "_vendor/google.golang.org/api"]
path = _vendor/google.golang.org/api
url = https://github.com/google/google-api-go-client
[submodule "_vendor/github.com/spf13/pflag"]
path = _vendor/github.com/spf13/pflag
url = https://github.com/spf13/pflag
[submodule "_vendor/github.com/spf13/cobra"]
path = _vendor/github.com/spf13/cobra
url = https://github.com/spf13/cobra
[submodule "_vendor/github.com/golang/glog"]
path = _vendor/github.com/golang/glog
url = https://github.com/golang/glog
[submodule "_vendor/github.com/prometheus/client_golang"]
path = _vendor/github.com/prometheus/client_golang
url = https://github.com/prometheus/client_golang
[submodule "_vendor/github.com/ugorji/go"]
path = _vendor/github.com/ugorji/go
url = https://github.com/ugorji/go
[submodule "_vendor/github.com/prometheus/client_model"]
path = _vendor/github.com/prometheus/client_model
url = https://github.com/prometheus/client_model
[submodule "_vendor/github.com/prometheus/common"]
path = _vendor/github.com/prometheus/common
url = https://github.com/prometheus/common
[submodule "_vendor/github.com/prometheus/procfs"]
path = _vendor/github.com/prometheus/procfs
url = https://github.com/prometheus/procfs
[submodule "_vendor/github.com/matttproud/golang_protobuf_extensions"]
path = _vendor/github.com/matttproud/golang_protobuf_extensions
url = https://github.com/matttproud/golang_protobuf_extensions
[submodule "_vendor/github.com/opencontainers/runc"]
path = _vendor/github.com/opencontainers/runc
url = https://github.com/opencontainers/runc
[submodule "_vendor/golang.org/x/oauth2"]
path = _vendor/golang.org/x/oauth2
url = https://github.com/golang/oauth2
[submodule "_vendor/github.com/imdario/mergo"]
path = _vendor/github.com/imdario/mergo
url = https://github.com/imdario/mergo
[submodule "_vendor/github.com/juju/ratelimit"]
path = _vendor/github.com/juju/ratelimit
url = https://github.com/juju/ratelimit
[submodule "_vendor/github.com/pborman/uuid"]
path = _vendor/github.com/pborman/uuid
url = https://github.com/pborman/uuid
[submodule "_vendor/golang.org/x/net"]
path = _vendor/golang.org/x/net
url = https://github.com/golang/net
[submodule "_vendor/github.com/google/gofuzz"]
path = _vendor/github.com/google/gofuzz
url = https://github.com/google/gofuzz
[submodule "_vendor/github.com/gogo/protobuf"]
path = _vendor/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
[submodule "_vendor/github.com/golang/groupcache"]
path = _vendor/github.com/golang/groupcache
url = https://github.com/golang/groupcache
[submodule "_vendor/github.com/google/cadvisor"]
path = _vendor/github.com/google/cadvisor
url = https://github.com/google/cadvisor
[submodule "_vendor/github.com/evanphx/json-patch"]
path = _vendor/github.com/evanphx/json-patch
url = https://github.com/evanphx/json-patch
[submodule "_vendor/github.com/docker/engine-api"]
path = _vendor/github.com/docker/engine-api
url = https://github.com/docker/engine-api
[submodule "_vendor/github.com/emicklei/go-restful"]
path = _vendor/github.com/emicklei/go-restful
url = https://github.com/emicklei/go-restful
[submodule "_vendor/github.com/docker/distribution"]
path = _vendor/github.com/docker/distribution
url = https://github.com/docker/distribution
[submodule "_vendor/github.com/docker/go-connections"]
path = _vendor/github.com/docker/go-connections
url = https://github.com/docker/go-connections
[submodule "_vendor/github.com/coreos/go-oidc"]
path = _vendor/github.com/coreos/go-oidc
url = https://github.com/coreos/go-oidc
[submodule "_vendor/github.com/docker/go-units"]
path = _vendor/github.com/docker/go-units
url = https://github.com/docker/go-units
[submodule "_vendor/github.com/davecgh/go-spew"]
path = _vendor/github.com/davecgh/go-spew
url = https://github.com/davecgh/go-spew
[submodule "_vendor/github.com/aws/aws-sdk-go"]
path = _vendor/github.com/aws/aws-sdk-go
url = https://github.com/aws/aws-sdk-go
[submodule "_vendor/github.com/blang/semver"]
path = _vendor/github.com/blang/semver
url = https://github.com/blang/semver
[submodule "_vendor/github.com/sirupsen/logrus"]
path = _vendor/github.com/sirupsen/logrus
url = https://github.com/sirupsen/logrus
[submodule "_vendor/github.com/coreos/pkg"]
path = _vendor/github.com/coreos/pkg
url = https://github.com/coreos/pkg
[submodule "_vendor/github.com/ghodss/yaml"]
path = _vendor/github.com/ghodss/yaml
url = https://github.com/ghodss/yaml
[submodule "_vendor/github.com/go-ini/ini"]
path = _vendor/github.com/go-ini/ini
url = https://github.com/go-ini/ini
[submodule "_vendor/github.com/jonboulle/clockwork"]
path = _vendor/github.com/jonboulle/clockwork
url = https://github.com/jonboulle/clockwork
[submodule "_vendor/github.com/jmespath/go-jmespath"]
path = _vendor/github.com/jmespath/go-jmespath
url = https://github.com/jmespath/go-jmespath
[submodule "_vendor/github.com/coreos/go-systemd"]
path = _vendor/github.com/coreos/go-systemd
url = https://github.com/coreos/go-systemd
[submodule "_vendor/github.com/cloudfoundry-incubator/candiedyaml"]
path = _vendor/github.com/cloudfoundry-incubator/candiedyaml
url = https://github.com/cloudfoundry-incubator/candiedyaml
[submodule "_vendor/github.com/beorn7/perks"]
path = _vendor/github.com/beorn7/perks
url = https://github.com/beorn7/perks
[submodule "_vendor/gopkg.in/inf.v0"]
path = _vendor/gopkg.in/inf.v0
url = https://github.com/go-inf/inf
[submodule "_vendor/gopkg.in/gcfg.v1"]
path = _vendor/gopkg.in/gcfg.v1
url = https://github.com/go-gcfg/gcfg.git
[submodule "_vendor/github.com/pkg/sftp"]
path = _vendor/github.com/pkg/sftp
url = https://github.com/pkg/sftp
[submodule "_vendor/github.com/spf13/viper"]
path = _vendor/github.com/spf13/viper
url = https://github.com/spf13/viper
[submodule "_vendor/github.com/docker/docker"]
path = _vendor/github.com/docker/docker
url = https://github.com/docker/docker
[submodule "_vendor/github.com/hashicorp/hcl"]
path = _vendor/github.com/hashicorp/hcl
url = https://github.com/hashicorp/hcl
[submodule "_vendor/golang.org/x/crypto"]
path = _vendor/golang.org/x/crypto
url = https://github.com/golang/crypto
[submodule "_vendor/github.com/fsnotify/fsnotify"]
path = _vendor/github.com/fsnotify/fsnotify
url = https://github.com/fsnotify/fsnotify
[submodule "_vendor/github.com/pkg/errors"]
path = _vendor/github.com/pkg/errors
url = https://github.com/pkg/errors
[submodule "_vendor/github.com/spf13/cast"]
path = _vendor/github.com/spf13/cast
url = https://github.com/spf13/cast
[submodule "_vendor/github.com/spf13/jwalterweatherman"]
path = _vendor/github.com/spf13/jwalterweatherman
url = https://github.com/spf13/jwalterweatherman
[submodule "_vendor/golang.org/x/sys"]
path = _vendor/golang.org/x/sys
url = https://github.com/golang/sys
[submodule "_vendor/github.com/BurntSushi/toml"]
path = _vendor/github.com/BurntSushi/toml
url = https://github.com/BurntSushi/toml
[submodule "_vendor/github.com/kr/fs"]
path = _vendor/github.com/kr/fs
url = https://github.com/kr/fs
[submodule "_vendor/github.com/magiconair/properties"]
path = _vendor/github.com/magiconair/properties
url = https://github.com/magiconair/properties
[submodule "_vendor/github.com/mitchellh/mapstructure"]
path = _vendor/github.com/mitchellh/mapstructure
url = https://github.com/mitchellh/mapstructure
[submodule "_vendor/gopkg.in/yaml.v2"]
path = _vendor/gopkg.in/yaml.v2
url = https://github.com/go-yaml/yaml
[submodule "_vendor/github.com/jteeuwen/go-bindata"]
path = _vendor/github.com/jteeuwen/go-bindata
url = https://github.com/jteeuwen/go-bindata
[submodule "_vendor/github.com/go-openapi/spec"]
path = _vendor/github.com/go-openapi/spec
url = https://github.com/go-openapi/spec
[submodule "_vendor/github.com/go-openapi/jsonpointer"]
path = _vendor/github.com/go-openapi/jsonpointer
url = https://github.com/go-openapi/jsonpointer
[submodule "_vendor/github.com/go-openapi/jsonreference"]
path = _vendor/github.com/go-openapi/jsonreference
url = https://github.com/go-openapi/jsonreference
[submodule "_vendor/github.com/go-openapi/swag"]
path = _vendor/github.com/go-openapi/swag
url = https://github.com/go-openapi/swag
[submodule "_vendor/github.com/mailru/easyjson"]
path = _vendor/github.com/mailru/easyjson
url = https://github.com/mailru/easyjson
[submodule "_vendor/github.com/PuerkitoBio/purell"]
path = _vendor/github.com/PuerkitoBio/purell
url = https://github.com/PuerkitoBio/purell
[submodule "_vendor/github.com/PuerkitoBio/urlesc"]
path = _vendor/github.com/PuerkitoBio/urlesc
url = https://github.com/PuerkitoBio/urlesc
[submodule "_vendor/golang.org/x/text"]
path = _vendor/golang.org/x/text
url = https://github.com/golang/text
[submodule "_vendor/github.com/howeyc/gopass"]
path = _vendor/github.com/howeyc/gopass
url = https://github.com/howeyc/gopass
[submodule "_vendor/cloud.google.com/go"]
path = _vendor/cloud.google.com/go
url = https://github.com/GoogleCloudPlatform/google-cloud-go
[submodule "_vendor/github.com/cpuguy83/go-md2man"]
path = _vendor/github.com/cpuguy83/go-md2man
url = https://github.com/cpuguy83/go-md2man.git
[submodule "_vendor/github.com/russross/blackfriday"]
path = _vendor/github.com/russross/blackfriday
url = https://github.com/russross/blackfriday.git
[submodule "_vendor/github.com/shurcooL/sanitized_anchor_name"]
path = _vendor/github.com/shurcooL/sanitized_anchor_name
url = https://github.com/shurcooL/sanitized_anchor_name.git
[submodule "_vendor/github.com/exponent-io/jsonpath"]
path = _vendor/github.com/exponent-io/jsonpath
url = https://github.com/exponent-io/jsonpath
[submodule "_vendor/github.com/mitchellh/go-wordwrap"]
path = _vendor/github.com/mitchellh/go-wordwrap
url = https://github.com/mitchellh/go-wordwrap
[submodule "_vendor/github.com/dgrijalva/jwt-go"]
path = _vendor/github.com/dgrijalva/jwt-go
url = https://github.com/dgrijalva/jwt-go
[submodule "_vendor/github.com/sergi/go-diff"]
path = _vendor/github.com/sergi/go-diff
url = https://github.com/sergi/go-diff.git
[submodule "_vendor/k8s.io/gengo"]
path = _vendor/k8s.io/gengo
url = https://github.com/kubernetes/gengo.git
[submodule "_vendor/k8s.io/heapster"]
path = _vendor/k8s.io/heapster
url = https://github.com/kubernetes/heapster
[submodule "_vendor/github.com/MakeNowJust/heredoc"]
path = _vendor/github.com/MakeNowJust/heredoc
url = https://github.com/MakeNowJust/heredoc
[submodule "_vendor/github.com/daviddengcn/go-colortext"]
path = _vendor/github.com/daviddengcn/go-colortext
url = https://github.com/daviddengcn/go-colortext
[submodule "_vendor/github.com/docker/spdystream"]
path = _vendor/github.com/docker/spdystream
url = https://github.com/docker/spdystream
[submodule "_vendor/github.com/renstrom/dedent"]
path = _vendor/github.com/renstrom/dedent
url = https://github.com/renstrom/dedent
[submodule "_vendor/github.com/chai2010/gettext-go"]
path = _vendor/github.com/chai2010/gettext-go
url = https://github.com/chai2010/gettext-go
[submodule "_vendor/vbom.ml/util"]
path = _vendor/vbom.ml/util
url = https://github.com/fvbommel/util.git
[submodule "_vendor/github.com/spf13/afero"]
path = _vendor/github.com/spf13/afero
url = https://github.com/spf13/afero
[submodule "_vendor/github.com/pelletier/go-toml"]
path = _vendor/github.com/pelletier/go-toml
url = https://github.com/pelletier/go-toml
[submodule "_vendor/github.com/pelletier/go-buffruneio"]
path = _vendor/github.com/pelletier/go-buffruneio
url = https://github.com/pelletier/go-buffruneio
[submodule "_vendor/github.com/coreos/etcd"]
path = _vendor/github.com/coreos/etcd
url = https://github.com/coreos/etcd
[submodule "_vendor/google.golang.org/grpc"]
path = _vendor/google.golang.org/grpc
url = https://github.com/grpc/grpc-go.git
[submodule "_vendor/github.com/elazarl/go-bindata-assetfs"]
path = _vendor/github.com/elazarl/go-bindata-assetfs
url = https://github.com/elazarl/go-bindata-assetfs
[submodule "_vendor/gopkg.in/natefinch/lumberjack.v2"]
path = _vendor/gopkg.in/natefinch/lumberjack.v2
url = https://gopkg.in/natefinch/lumberjack.v2
[submodule "_vendor/github.com/golang/protobuf"]
path = _vendor/github.com/golang/protobuf
url = https://github.com/golang/protobuf
[submodule "_vendor/github.com/vmware/govmomi"]
path = _vendor/github.com/vmware/govmomi
url = https://github.com/vmware/govmomi.git
[submodule "_vendor/github.com/coreos/go-semver"]
path = _vendor/github.com/coreos/go-semver
url = https://github.com/coreos/go-semver.git
[submodule "_vendor/github.com/miekg/coredns"]
path = _vendor/github.com/miekg/coredns
url = https://github.com/miekg/coredns.git
[submodule "_vendor/github.com/miekg/dns"]
path = _vendor/github.com/miekg/dns
url = https://github.com/miekg/dns.git
[submodule "_vendor/github.com/weaveworks/mesh"]
path = _vendor/github.com/weaveworks/mesh
url = https://github.com/weaveworks/mesh
[submodule "_vendor/github.com/grpc-ecosystem/go-grpc-prometheus"]
path = _vendor/github.com/grpc-ecosystem/go-grpc-prometheus
url = https://github.com/grpc-ecosystem/go-grpc-prometheus
[submodule "_vendor/github.com/grpc-ecosystem/grpc-gateway"]
path = _vendor/github.com/grpc-ecosystem/grpc-gateway
url = https://github.com/grpc-ecosystem/grpc-gateway
[submodule "_vendor/github.com/emicklei/go-restful-swagger12"]
path = _vendor/github.com/emicklei/go-restful-swagger12
url = https://github.com/emicklei/go-restful-swagger12
[submodule "_vendor/github.com/fatih/camelcase"]
path = _vendor/github.com/fatih/camelcase
url = https://github.com/fatih/camelcase
[submodule "_vendor/github.com/go-openapi/loads"]
path = _vendor/github.com/go-openapi/loads
url = https://github.com/go-openapi/loads
[submodule "_vendor/github.com/go-openapi/analysis"]
path = _vendor/github.com/go-openapi/analysis
url = https://github.com/go-openapi/analysis
[submodule "_vendor/github.com/googleapis/gnostic"]
path = _vendor/github.com/googleapis/gnostic
url = https://github.com/googleapis/gnostic
[submodule "_vendor/github.com/hashicorp/golang-lru"]
path = _vendor/github.com/hashicorp/golang-lru
url = https://github.com/hashicorp/golang-lru
[submodule "_vendor/github.com/Azure/go-autorest"]
path = _vendor/github.com/Azure/go-autorest
url = https://github.com/Azure/go-autorest
[submodule "_vendor/github.com/digitalocean/godo"]
path = _vendor/github.com/digitalocean/godo
url = https://github.com/digitalocean/godo.git
[submodule "_vendor/github.com/google/go-querystring"]
path = _vendor/github.com/google/go-querystring
url = https://github.com/google/go-querystring.git
[submodule "_vendor/github.com/tent/http-link-go"]
path = _vendor/github.com/tent/http-link-go
url = https://github.com/tent/http-link-go.git
[submodule "_vendor/github.com/Masterminds/semver"]
path = _vendor/github.com/Masterminds/semver
url = https://github.com/Masterminds/semver.git
[submodule "_vendor/github.com/huandu/xstrings"]
path = _vendor/github.com/huandu/xstrings
url = https://github.com/huandu/xstrings.git
[submodule "_vendor/github.com/satori/go.uuid"]
path = _vendor/github.com/satori/go.uuid
url = https://github.com/satori/go.uuid.git
[submodule "_vendor/github.com/Masterminds/sprig"]
path = _vendor/github.com/Masterminds/sprig
url = https://github.com/Masterminds/sprig.git
[submodule "_vendor/github.com/aokoli/goutils"]
path = _vendor/github.com/aokoli/goutils
url = https://github.com/aokoli/goutils.git
[submodule "_vendor/gopkg.in/warnings.v0"]
path = _vendor/gopkg.in/warnings.v0
url = https://github.com/go-warnings/warnings.git
[submodule "_vendor/k8s.io/utils"]
path = _vendor/k8s.io/utils
url = https://github.com/kubernetes/utils.git
[submodule "_vendor/github.com/gophercloud/gophercloud"]
path = _vendor/github.com/gophercloud/gophercloud
url = https://github.com/gophercloud/gophercloud.git
[submodule "_vendor/github.com/json-iterator/go"]
path = _vendor/github.com/json-iterator/go
url = https://github.com/json-iterator/go.git
[submodule "_vendor/github.com/mxk/go-flowrate"]
path = _vendor/github.com/mxk/go-flowrate
url = https://github.com/mxk/go-flowrate.git
[submodule "_vendor/github.com/peterbourgon/diskv"]
path = _vendor/github.com/peterbourgon/diskv
url = https://github.com/peterbourgon/diskv.git
[submodule "_vendor/github.com/gregjones/httpcache"]
path = _vendor/github.com/gregjones/httpcache
url = https://github.com/gregjones/httpcache.git
[submodule "_vendor/github.com/opencontainers/go-digest"]
path = _vendor/github.com/opencontainers/go-digest
url = https://github.com/opencontainers/go-digest.git
[submodule "_vendor/k8s.io/kube-openapi"]
path = _vendor/k8s.io/kube-openapi
url = https://github.com/kubernetes/kube-openapi.git
[submodule "_vendor/github.com/opencontainers/image-spec"]
path = _vendor/github.com/opencontainers/image-spec
url = https://github.com/opencontainers/image-spec.git
[submodule "_vendor/github.com/google/btree"]
path = _vendor/github.com/google/btree
url = https://github.com/google/btree.git
[submodule "_vendor/github.com/NYTimes/gziphandler"]
path = _vendor/github.com/NYTimes/gziphandler
url = https://github.com/NYTimes/gziphandler.git
[submodule "_vendor/google.golang.org/genproto"]
path = _vendor/google.golang.org/genproto
url = https://github.com/google/go-genproto.git
[submodule "_vendor/github.com/kubernetes-incubator/apiserver-builder"]
path = _vendor/github.com/kubernetes-incubator/apiserver-builder
url = https://github.com/kubernetes-incubator/apiserver-builder.git
[submodule "_vendor/github.com/kubernetes-incubator/reference-docs"]
path = _vendor/github.com/kubernetes-incubator/reference-docs
url = https://github.com/kubernetes-incubator/reference-docs
[submodule "_vendor/github.com/markbates/inflect"]
path = _vendor/github.com/markbates/inflect
url = https://github.com/markbates/inflect
[submodule "_vendor/github.com/Azure/go-ansiterm"]
path = _vendor/github.com/Azure/go-ansiterm
url = https://github.com/Azure/go-ansiterm
[submodule "_vendor/github.com/Microsoft/go-winio"]
path = _vendor/github.com/Microsoft/go-winio
url = https://github.com/Microsoft/go-winio
[submodule "_vendor/github.com/inconshreveable/mousetrap"]
path = _vendor/github.com/inconshreveable/mousetrap
url = https://github.com/inconshreveable/mousetrap