forked from cloudfoundry/diego-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
441 lines (441 loc) · 17.3 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
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
[submodule "src/github.com/tedsuo/ifrit"]
path = src/github.com/tedsuo/ifrit
url = https://github.com/tedsuo/ifrit
branch = master
[submodule "src/github.com/onsi/gomega"]
path = src/github.com/onsi/gomega
url = https://github.com/onsi/gomega
branch = master
[submodule "src/github.com/cloudfoundry-incubator/cf-test-helpers"]
path = src/github.com/cloudfoundry-incubator/cf-test-helpers
url = https://github.com/cloudfoundry-incubator/cf-test-helpers
branch = master
[submodule "src/github.com/ajstarks/svgo"]
path = src/github.com/ajstarks/svgo
url = https://github.com/ajstarks/svgo
[submodule "src/github.com/onsi/ginkgo"]
path = src/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo
branch = master
[submodule "src/github.com/cloudfoundry/gosteno"]
path = src/github.com/cloudfoundry/gosteno
url = https://github.com/cloudfoundry/gosteno
branch = master
[submodule "src/github.com/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid
branch = master
[submodule "src/github.com/tedsuo/rata"]
path = src/github.com/tedsuo/rata
url = https://github.com/tedsuo/rata
branch = master
[submodule "src/github.com/GaryBoone/GoStats"]
path = src/github.com/GaryBoone/GoStats
url = https://github.com/GaryBoone/GoStats
branch = master
[submodule "src/code.cloudfoundry.org/lager"]
path = src/code.cloudfoundry.org/lager
url = https://github.com/cloudfoundry/lager
branch = master
[submodule "src/github.com/cloudfoundry/dropsonde"]
path = src/github.com/cloudfoundry/dropsonde
url = https://github.com/cloudfoundry/dropsonde
branch = master
[submodule "src/github.com/bmizerany/pat"]
path = src/github.com/bmizerany/pat
url = https://github.com/bmizerany/pat
branch = master
[submodule "src/github.com/apcera/gnatsd"]
path = src/github.com/apcera/gnatsd
url = https://github.com/apcera/gnatsd
[submodule "src/github.com/vito/go-sse"]
path = src/github.com/vito/go-sse
url = https://github.com/vito/go-sse
branch = master
[submodule "src/github.com/golang/protobuf"]
path = src/github.com/golang/protobuf
url = https://github.com/golang/protobuf
branch = master
[submodule "src/github.com/hashicorp/go-multierror"]
path = src/github.com/hashicorp/go-multierror
url = https://github.com/hashicorp/go-multierror
branch = master
[submodule "src/github.com/hashicorp/consul"]
path = src/github.com/hashicorp/consul
url = https://github.com/hashicorp/consul
[submodule "src/golang.org/x/crypto"]
path = src/golang.org/x/crypto
url = https://go.googlesource.com/crypto
branch = master
[submodule "src/github.com/kr/pty"]
path = src/github.com/kr/pty
url = https://github.com/kr/pty
branch = master
[submodule "src/github.com/gogo/protobuf"]
path = src/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
branch = master
[submodule "src/github.com/pborman/getopt"]
path = src/github.com/pborman/getopt
url = https://github.com/pborman/getopt
branch = master
[submodule "src/github.com/google/shlex"]
path = src/github.com/google/shlex
url = https://github.com/google/shlex
branch = master
[submodule "src/github.com/cloudfoundry/sonde-go"]
path = src/github.com/cloudfoundry/sonde-go
url = https://github.com/cloudfoundry/sonde-go
branch = master
[submodule "src/github.com/onsi/say"]
path = src/github.com/onsi/say
url = https://github.com/onsi/say
branch = master
[submodule "src/github.com/zorkian/go-datadog-api"]
path = src/github.com/zorkian/go-datadog-api
url = https://github.com/zorkian/go-datadog-api
branch = master
[submodule "src/github.com/aws/aws-sdk-go"]
path = src/github.com/aws/aws-sdk-go
url = https://github.com/aws/aws-sdk-go
branch = master
[submodule "src/github.com/docker/libtrust"]
path = src/github.com/docker/libtrust
url = https://github.com/docker/libtrust
branch = master
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://go.googlesource.com/net
[submodule "src/github.com/docker/distribution"]
path = src/github.com/docker/distribution
url = https://github.com/docker/distribution
[submodule "src/github.com/kr/fs"]
path = src/github.com/kr/fs
url = https://github.com/kr/fs
[submodule "src/github.com/pkg/sftp"]
path = src/github.com/pkg/sftp
url = https://github.com/pkg/sftp
[submodule "src/github.com/go-sql-driver/mysql"]
path = src/github.com/go-sql-driver/mysql
url = https://github.com/cloudfoundry/mysql
branch = pr-631-mariadb-reconnect
[submodule "src/github.com/lib/pq"]
path = src/github.com/lib/pq
url = https://github.com/lib/pq
branch = master
[submodule "src/code.cloudfoundry.org/auction"]
path = src/code.cloudfoundry.org/auction
url = https://github.com/cloudfoundry/auction
branch = master
[submodule "src/code.cloudfoundry.org/bbs"]
path = src/code.cloudfoundry.org/bbs
url = https://github.com/cloudfoundry/bbs
branch = master
[submodule "src/code.cloudfoundry.org/auctioneer"]
path = src/code.cloudfoundry.org/auctioneer
url = https://github.com/cloudfoundry/auctioneer
branch = master
[submodule "src/code.cloudfoundry.org/cacheddownloader"]
path = src/code.cloudfoundry.org/cacheddownloader
url = https://github.com/cloudfoundry/cacheddownloader
branch = master
[submodule "src/code.cloudfoundry.org/consuladapter"]
path = src/code.cloudfoundry.org/consuladapter
url = https://github.com/cloudfoundry/consuladapter
branch = master
[submodule "src/code.cloudfoundry.org/executor"]
path = src/code.cloudfoundry.org/executor
url = https://github.com/cloudfoundry/executor
branch = master
[submodule "src/code.cloudfoundry.org/healthcheck"]
path = src/code.cloudfoundry.org/healthcheck
url = https://github.com/cloudfoundry/healthcheck
branch = master
[submodule "src/code.cloudfoundry.org/inigo"]
path = src/code.cloudfoundry.org/inigo
url = https://github.com/cloudfoundry/inigo
branch = master
[submodule "src/code.cloudfoundry.org/locket"]
path = src/code.cloudfoundry.org/locket
url = https://github.com/cloudfoundry/locket
branch = master
[submodule "src/code.cloudfoundry.org/rep"]
path = src/code.cloudfoundry.org/rep
url = https://github.com/cloudfoundry/rep
branch = master
[submodule "src/code.cloudfoundry.org/vizzini"]
path = src/code.cloudfoundry.org/vizzini
url = https://github.com/cloudfoundry/vizzini
branch = master
[submodule "src/code.cloudfoundry.org/benchmarkbbs"]
path = src/code.cloudfoundry.org/benchmarkbbs
url = https://github.com/cloudfoundry/benchmarkbbs
branch = master
[submodule "src/code.cloudfoundry.org/buildpackapplifecycle"]
path = src/code.cloudfoundry.org/buildpackapplifecycle
url = https://github.com/cloudfoundry/buildpackapplifecycle
branch = master
[submodule "src/code.cloudfoundry.org/debugserver"]
path = src/code.cloudfoundry.org/debugserver
url = https://github.com/cloudfoundry/debugserver
branch = master
[submodule "src/code.cloudfoundry.org/cfhttp"]
path = src/code.cloudfoundry.org/cfhttp
url = https://github.com/cloudfoundry/cfhttp
branch = master
[submodule "src/code.cloudfoundry.org/dockerapplifecycle"]
path = src/code.cloudfoundry.org/dockerapplifecycle
url = https://github.com/cloudfoundry/dockerapplifecycle
branch = master
[submodule "src/code.cloudfoundry.org/diego-upgrade-stability-tests"]
path = src/code.cloudfoundry.org/diego-upgrade-stability-tests
url = https://github.com/cloudfoundry/diego-upgrade-stability-tests
branch = master
[submodule "src/code.cloudfoundry.org/fileserver"]
path = src/code.cloudfoundry.org/fileserver
url = https://github.com/cloudfoundry/fileserver
branch = master
[submodule "src/code.cloudfoundry.org/diego-ssh"]
path = src/code.cloudfoundry.org/diego-ssh
url = https://github.com/cloudfoundry/diego-ssh
branch = master
[submodule "src/code.cloudfoundry.org/route-emitter"]
path = src/code.cloudfoundry.org/route-emitter
url = https://github.com/cloudfoundry/route-emitter
branch = master
[submodule "src/code.cloudfoundry.org/archiver"]
path = src/code.cloudfoundry.org/archiver
url = https://github.com/cloudfoundry/archiver
branch = master
[submodule "src/code.cloudfoundry.org/bytefmt"]
path = src/code.cloudfoundry.org/bytefmt
url = https://github.com/cloudfoundry/bytefmt
branch = master
[submodule "src/code.cloudfoundry.org/clock"]
path = src/code.cloudfoundry.org/clock
url = https://github.com/cloudfoundry/clock
branch = master
[submodule "src/code.cloudfoundry.org/eventhub"]
path = src/code.cloudfoundry.org/eventhub
url = https://github.com/cloudfoundry/eventhub
branch = master
[submodule "src/code.cloudfoundry.org/operationq"]
path = src/code.cloudfoundry.org/operationq
url = https://github.com/cloudfoundry/operationq
branch = master
[submodule "src/code.cloudfoundry.org/localip"]
path = src/code.cloudfoundry.org/localip
url = https://github.com/cloudfoundry/localip
branch = master
[submodule "src/github.com/spf13/cobra"]
path = src/github.com/spf13/cobra
url = https://github.com/spf13/cobra
branch = master
[submodule "src/code.cloudfoundry.org/cfdot"]
path = src/code.cloudfoundry.org/cfdot
url = https://github.com/cloudfoundry/cfdot
branch = master
[submodule "src/github.com/spf13/pflag"]
path = src/github.com/spf13/pflag
url = https://github.com/spf13/pflag
branch = master
[submodule "src/github.com/nats-io/go-nats"]
path = src/github.com/nats-io/go-nats
url = https://github.com/nats-io/go-nats
branch = master
[submodule "src/github.com/nats-io/nuid"]
path = src/github.com/nats-io/nuid
url = https://github.com/nats-io/nuid
branch = master
[submodule "src/github.com/apcera/nats"]
path = src/github.com/apcera/nats
url = https://github.com/apcera/nats
[submodule "src/code.cloudfoundry.org/volman"]
path = src/code.cloudfoundry.org/volman
url = https://github.com/cloudfoundry/volman
branch = master
[submodule "src/code.cloudfoundry.org/localdriver"]
path = src/code.cloudfoundry.org/localdriver
url = https://github.com/cloudfoundry/localdriver
branch = master
[submodule "src/code.cloudfoundry.org/goshims"]
path = src/code.cloudfoundry.org/goshims
url = https://github.com/cloudfoundry/goshims
branch = master
[submodule "src/code.cloudfoundry.org/garden"]
path = src/code.cloudfoundry.org/garden
url = https://github.com/cloudfoundry/garden
branch = master
[submodule "src/gopkg.in/yaml.v2"]
path = src/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
branch = v2
[submodule "src/code.cloudfoundry.org/routing-info"]
path = src/code.cloudfoundry.org/routing-info
url = https://github.com/cloudfoundry-incubator/routing-info
branch = master
[submodule "src/github.com/dgrijalva/jwt-go"]
path = src/github.com/dgrijalva/jwt-go
url = https://github.com/dgrijalva/jwt-go
[submodule "src/code.cloudfoundry.org/uaa-go-client"]
path = src/code.cloudfoundry.org/uaa-go-client
url = https://github.com/cloudfoundry-incubator/uaa-go-client
[submodule "src/code.cloudfoundry.org/routing-api"]
path = src/code.cloudfoundry.org/routing-api
url = https://github.com/cloudfoundry-incubator/routing-api
[submodule "src/code.cloudfoundry.org/trace-logger"]
path = src/code.cloudfoundry.org/trace-logger
url = https://github.com/cloudfoundry-incubator/trace-logger
[submodule "src/code.cloudfoundry.org/guardian"]
path = src/code.cloudfoundry.org/guardian
url = https://github.com/cloudfoundry/guardian
branch = master
[submodule "src/code.cloudfoundry.org/workpool"]
path = src/code.cloudfoundry.org/workpool
url = https://github.com/cloudfoundry/workpool
branch = master
[submodule "src/code.cloudfoundry.org/durationjson"]
path = src/code.cloudfoundry.org/durationjson
url = https://github.com/cloudfoundry/durationjson
branch = master
[submodule "src/google.golang.org/grpc"]
path = src/google.golang.org/grpc
url = https://github.com/grpc/grpc-go
branch = master
[submodule "src/code.cloudfoundry.org/go-loggregator"]
path = src/code.cloudfoundry.org/go-loggregator
url = https://github.com/cloudfoundry-incubator/go-loggregator
branch = master
[submodule "src/github.com/cactus/go-statsd-client"]
path = src/github.com/cactus/go-statsd-client
url = https://github.com/cactus/go-statsd-client
[submodule "src/github.com/jinzhu/inflection"]
path = src/github.com/jinzhu/inflection
url = https://github.com/jinzhu/inflection
[submodule "src/github.com/jinzhu/gorm"]
path = src/github.com/jinzhu/gorm
url = https://github.com/jinzhu/gorm
[submodule "src/code.cloudfoundry.org/systemcerts"]
path = src/code.cloudfoundry.org/systemcerts
url = https://github.com/cloudfoundry/systemcerts
branch = master
[submodule "src/golang.org/x/text"]
path = src/golang.org/x/text
url = https://go.googlesource.com/text
branch = master
[submodule "src/golang.org/x/sys"]
path = src/golang.org/x/sys
url = https://go.googlesource.com/sys
branch = master
[submodule "src/code.cloudfoundry.org/diego-logging-client"]
path = src/code.cloudfoundry.org/diego-logging-client
url = https://github.com/cloudfoundry/diego-logging-client
branch = master
[submodule "src/github.com/inconshreveable/mousetrap"]
path = src/github.com/inconshreveable/mousetrap
url = https://github.com/inconshreveable/mousetrap
[submodule "src/github.com/cloudfoundry-incubator/credhub-cli"]
path = src/github.com/cloudfoundry-incubator/credhub-cli
url = https://github.com/cloudfoundry-incubator/credhub-cli/
[submodule "src/github.com/Microsoft/go-winio"]
path = src/github.com/Microsoft/go-winio
url = https://github.com/Microsoft/go-winio
[submodule "src/github.com/containers/image"]
path = src/github.com/containers/image
url = https://github.com/containers/image
[submodule "src/github.com/docker/go-connections"]
path = src/github.com/docker/go-connections
url = https://github.com/docker/go-connections
[submodule "src/github.com/ghodss/yaml"]
path = src/github.com/ghodss/yaml
url = https://github.com/ghodss/yaml
[submodule "src/github.com/opencontainers/go-digest"]
path = src/github.com/opencontainers/go-digest
url = https://github.com/opencontainers/go-digest
[submodule "src/github.com/opencontainers/image-spec"]
path = src/github.com/opencontainers/image-spec
url = https://github.com/opencontainers/image-spec
[submodule "src/github.com/pkg/errors"]
path = src/github.com/pkg/errors
url = https://github.com/pkg/errors
[submodule "src/github.com/sirupsen/logrus"]
path = src/github.com/sirupsen/logrus
url = https://github.com/sirupsen/logrus
[submodule "src/code.cloudfoundry.org/certsplitter"]
path = src/code.cloudfoundry.org/certsplitter
url = https://github.com/cloudfoundry/certsplitter
branch = master
[submodule "src/github.com/maxbrunsfeld/counterfeiter"]
path = src/github.com/maxbrunsfeld/counterfeiter
url = https://github.com/maxbrunsfeld/counterfeiter
branch = master
[submodule "src/golang.org/x/tools"]
path = src/golang.org/x/tools
url = https://go.googlesource.com/tools
branch = master
[submodule "src/github.com/docker/docker-credential-helpers"]
path = src/github.com/docker/docker-credential-helpers
url = https://github.com/docker/docker-credential-helpers
[submodule "src/code.cloudfoundry.org/go-diodes"]
path = src/code.cloudfoundry.org/go-diodes
url = https://github.com/cloudfoundry/go-diodes
[submodule "src/github.com/cyphar/filepath-securejoin"]
path = src/github.com/cyphar/filepath-securejoin
url = https://github.com/cyphar/filepath-securejoin
branch = master
[submodule "src/github.com/fortytw2/leaktest"]
path = src/github.com/fortytw2/leaktest
url = https://github.com/fortytw2/leaktest
branch = master
[submodule "src/github.com/go-test/deep"]
path = src/github.com/go-test/deep
url = https://github.com/go-test/deep
branch = master
[submodule "src/google.golang.org/genproto"]
path = src/google.golang.org/genproto
url = https://github.com/google/go-genproto
branch = master
[submodule "src/code.cloudfoundry.org/dockerdriver"]
path = src/code.cloudfoundry.org/dockerdriver
url = https://github.com/cloudfoundry/dockerdriver
branch = master
[submodule "src/github.com/square/certstrap"]
path = src/github.com/square/certstrap
url = https://github.com/square/certstrap
branch = master
[submodule "src/github.com/hpcloud/tail"]
path = src/github.com/hpcloud/tail
url = https://github.com/hpcloud/tail
[submodule "src/github.com/envoyproxy/go-control-plane"]
path = src/github.com/envoyproxy/go-control-plane
url = https://github.com/envoyproxy/go-control-plane
[submodule "src/github.com/gogo/googleapis"]
path = src/github.com/gogo/googleapis
url = https://github.com/gogo/googleapis
[submodule "src/github.com/lyft/protoc-gen-validate"]
path = src/github.com/lyft/protoc-gen-validate
url = https://github.com/lyft/protoc-gen-validate
branch = master
[submodule "src/github.com/fsnotify/fsnotify"]
path = src/github.com/fsnotify/fsnotify
url = https://github.com/fsnotify/fsnotify
[submodule "src/code.cloudfoundry.org/tlsconfig"]
path = src/code.cloudfoundry.org/tlsconfig
url = https://github.com/cloudfoundry/tlsconfig
branch = master
[submodule "src/github.com/mitchellh/hashstructure"]
path = src/github.com/mitchellh/hashstructure
url = https://github.com/mitchellh/hashstructure
[submodule "src/github.com/hashicorp/errwrap"]
path = src/github.com/hashicorp/errwrap
url = https://github.com/hashicorp/errwrap
branch = master
[submodule "src/code.cloudfoundry.org/rfc5424"]
path = src/code.cloudfoundry.org/rfc5424
url = https://github.com/cloudfoundry-incubator/rfc5424
[submodule "src/github.com/awslabs/amazon-ecr-credential-helper"]
path = src/github.com/awslabs/amazon-ecr-credential-helper
url = https://github.com/awslabs/amazon-ecr-credential-helper
[submodule "src/code.cloudfoundry.org/ecrhelper"]
path = src/code.cloudfoundry.org/ecrhelper
url = https://github.com/cloudfoundry/ecrhelper