-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
executable file
·513 lines (513 loc) · 22.5 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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
[submodule "app/mobile"]
path = app/mobile
url = https://github.com/wypx/mobile
[submodule "thirdparty/baidu/incubator-brpc"]
path = thirdparty/baidu/incubator-brpc
url = https://github.com/wypx/incubator-brpc.git
[submodule "thirdparty/baidu/braft"]
path = thirdparty/baidu/braft
url = https://github.com/baidu/braft.git
[submodule "thirdparty/tcpdump"]
path = thirdparty/tcpdump
url = https://github.com/the-tcpdump-group/tcpdump.git
[submodule "thirdparty/libpcap"]
path = thirdparty/libpcap
url = https://github.com/the-tcpdump-group/libpcap.git
[submodule "thirdparty/iperf"]
path = thirdparty/iperf
url = https://github.com/esnet/iperf.git
[submodule "thirdparty/libvma"]
path = thirdparty/libvma
url = https://github.com/Mellanox/libvma.git
[submodule "thirdparty/watchdog"]
path = thirdparty/watchdog
url = https://github.com/ivanvanderbyl/watchdog
[submodule "thirdparty/util-linux"]
path = thirdparty/util-linux
url = https://github.com/karelzak/util-linux.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "thirdparty/tcprstat"]
path = thirdparty/tcprstat
url = https://github.com/y123456yz/tcprstat.git
[submodule "thirdparty/bootstrap-dht"]
path = thirdparty/bootstrap-dht
url = https://github.com/bittorrent/bootstrap-dht.git
[submodule "thirdparty/baidu/brpc_source_code_analysis"]
path = thirdparty/baidu/brpc_source_code_analysis
url = https://github.com/ronaldo8210/brpc_source_code_analysis.git
[submodule "thirdparty/baidu/leveldb_source_code_analysis"]
path = thirdparty/baidu/leveldb_source_code_analysis
url = https://github.com/ronaldo8210/leveldb_source_code_analysis.git
[submodule "thirdparty/storage/Dragonfly"]
path = thirdparty/storage/Dragonfly
url = https://github.com/alibaba/Dragonfly
[submodule "thirdparty/storage/ClickHouse"]
path = thirdparty/storage/ClickHouse
url = https://github.com/ClickHouse/ClickHouse.git
[submodule "thirdparty/storage/wiredtiger"]
path = thirdparty/storage/wiredtiger
url = https://github.com/wiredtiger/wiredtiger.git
[submodule "thirdparty/storage/tfs"]
path = thirdparty/storage/tfs
url = https://github.com/alibaba/tfs.git
[submodule "thirdparty/storage/strata"]
path = thirdparty/storage/strata
url = https://github.com/ut-osa/strata.git
[submodule "thirdparty/storage/spdk-append-demo"]
path = thirdparty/storage/spdk-append-demo
url = https://github.com/xiaq1/spdk-append-demo.git
[submodule "thirdparty/storage/spdk"]
path = thirdparty/storage/spdk
url = https://github.com/spdk/spdk.git
[submodule "thirdparty/storage/raft-zh_cn"]
path = thirdparty/storage/raft-zh_cn
url = https://github.com/maemual/raft-zh_cn.git
[submodule "thirdparty/storage/qfs"]
path = thirdparty/storage/qfs
url = https://github.com/quantcast/qfs.git
[submodule "thirdparty/storage/qemu"]
path = thirdparty/storage/qemu
url = https://github.com/qemu/qemu.git
[submodule "thirdparty/storage/openafs"]
path = thirdparty/storage/openafs
url = https://github.com/openafs/openafs.git
[submodule "thirdparty/storage/openGauss-server"]
path = thirdparty/storage/openGauss-server
url = https://github.com/opengauss-mirror/openGauss-server.git
[submodule "thirdparty/storage/Gopherwood"]
path = thirdparty/storage/Gopherwood
url = https://github.com/HashDataInc/Gopherwood.git
[submodule "thirdparty/storage/azure-storage-fuse"]
path = thirdparty/storage/azure-storage-fuse
url = https://github.com/Azure/azure-storage-fuse.git
[submodule "thirdparty/storage/elliptics"]
path = thirdparty/storage/elliptics
url = https://github.com/reverbrain/elliptics.git
[submodule "thirdparty/storage/s3fs-cryptopp-fuse-s3"]
path = thirdparty/storage/s3fs-cryptopp-fuse-s3
url = https://github.com/jonnynabors/s3fs-cryptopp-fuse-s3.git
[submodule "thirdparty/storage/volumedriver"]
path = thirdparty/storage/volumedriver
url = https://github.com/openvstorage/volumedriver.git
[submodule "thirdparty/storage/nebula-storage"]
path = thirdparty/storage/nebula-storage
url = https://github.com/vesoft-inc/nebula-storage.git
[submodule "thirdparty/storage/nebula"]
path = thirdparty/storage/nebula
url = https://github.com/vesoft-inc/nebula.git
[submodule "thirdparty/storage/nbd"]
path = thirdparty/storage/nbd
url = https://github.com/NetworkBlockDevice/nbd.git
[submodule "thirdparty/storage/nbdkit"]
path = thirdparty/storage/nbdkit
url = https://github.com/libguestfs/nbdkit.git
[submodule "thirdparty/storage/libguestfs"]
path = thirdparty/storage/libguestfs
url = https://github.com/libguestfs/libguestfs.git
[submodule "thirdparty/storage/moosefs"]
path = thirdparty/storage/moosefs
url = https://github.com/moosefs/moosefs.git
[submodule "thirdparty/storage/libaio"]
path = thirdparty/storage/libaio
url = https://github.com/leitao/libaio.git
[submodule "thirdparty/storage/kfs"]
path = thirdparty/storage/kfs
url = https://github.com/brinkqiang/kfs.git
[submodule "thirdparty/storage/hypertable"]
path = thirdparty/storage/hypertable
url = https://github.com/vicaya/hypertable.git
[submodule "thirdparty/storage/clickhouse-cpp"]
path = thirdparty/storage/clickhouse-cpp
url = https://github.com/ClickHouse/clickhouse-cpp.git
[submodule "thirdparty/storage/ceph"]
path = thirdparty/storage/ceph
url = https://github.com/ceph/ceph.git
[submodule "thirdparty/storage/aio_performance"]
path = thirdparty/storage/aio_performance
url = https://github.com/xuke-coder/aio_performance.git
[submodule "thirdparty/storage/Opendfs"]
path = thirdparty/storage/Opendfs
url = https://github.com/liaosanity/Opendfs.git
[submodule "thirdparty/storage/KVRocks"]
path = thirdparty/storage/KVRocks
url = https://github.com/OpenMPDK/KVRocks.git
[submodule "thirdparty/storage/JuiceFS"]
path = thirdparty/storage/JuiceFS
url = https://gitee.com/juicedata/JuiceFS
[submodule "thirdparty/storage/FastCFS/FastCFS"]
path = thirdparty/storage/FastCFS/FastCFS
url = https://github.com/happyfish100/FastCFS
[submodule "thirdparty/storage/FastCFS/fastDIR"]
path = thirdparty/storage/FastCFS/fastDIR
url = https://github.com/happyfish100/fastDIR
[submodule "thirdparty/storage/FastCFS/fastdfs"]
path = thirdparty/storage/FastCFS/fastdfs
url = https://github.com/happyfish100/fastdfs.git
[submodule "thirdparty/storage/FastCFS/fastdht"]
path = thirdparty/storage/FastCFS/fastdht
url = https://github.com/happyfish100/fastdht.git
[submodule "thirdparty/storage/FastCFS/faststore"]
path = thirdparty/storage/FastCFS/faststore
url = https://github.com/happyfish100/faststore
[submodule "thirdparty/storage/FastCFS/libfastcommon"]
path = thirdparty/storage/FastCFS/libfastcommon
url = https://github.com/happyfish100/libfastcommon
[submodule "thirdparty/storage/FastCFS/libserverframe"]
path = thirdparty/storage/FastCFS/libserverframe
url = https://github.com/happyfish100/libserverframe
[submodule "thirdparty/storage/FastCFS/libshmcache"]
path = thirdparty/storage/FastCFS/libshmcache
url = https://github.com/happyfish100/libshmcache.git
[submodule "thirdparty/storage/FastCFS/watchd"]
path = thirdparty/storage/FastCFS/watchd
url = https://github.com/happyfish100/watchd.git
[submodule "thirdparty/storage/vpp"]
path = thirdparty/storage/vpp
url = https://github.com/FDio/vpp.git
[submodule "thirdparty/storage/seastar"]
path = thirdparty/storage/seastar
url = https://github.com/scylladb/seastar.git
[submodule "thirdparty/storage/numactl"]
path = thirdparty/storage/numactl
url = https://github.com/numactl/numactl.git
[submodule "thirdparty/storage/odp"]
path = thirdparty/storage/odp
url = https://github.com/OpenDataPlane/odp.git
[submodule "thirdparty/storage/odp-dpdk"]
path = thirdparty/storage/odp-dpdk
url = https://github.com/OpenDataPlane/odp-dpdk.git
[submodule "thirdparty/storage/open-iscsi"]
path = thirdparty/storage/open-iscsi
url = https://github.com/open-iscsi/open-iscsi.git
[submodule "thirdparty/storage/tgt"]
path = thirdparty/storage/tgt
url = https://github.com/openvstorage/tgt.git
[submodule "thirdparty/storage/libiscsi"]
path = thirdparty/storage/libiscsi
url = https://github.com/sahlberg/libiscsi.git
[submodule "thirdparty/storage/openebs/istgt"]
path = thirdparty/storage/openebs/istgt
url = https://github.com/openebs/istgt.git
[submodule "thirdparty/storage/openebs/mayastor"]
path = thirdparty/storage/openebs/mayastor
url = https://github.com/openebs/mayastor.git
[submodule "thirdparty/storage/openebs/zfs-localpv"]
path = thirdparty/storage/openebs/zfs-localpv
url = https://github.com/openebs/zfs-localpv.git
[submodule "thirdparty/storage/openebs/lvm-localpv"]
path = thirdparty/storage/openebs/lvm-localpv
url = https://github.com/openebs/lvm-localpv.git
[submodule "thirdparty/storage/openebs/libcstor"]
path = thirdparty/storage/openebs/libcstor
url = https://github.com/openebs/libcstor.git
[submodule "thirdparty/storage/openebs/cstor"]
path = thirdparty/storage/openebs/cstor
url = https://github.com/openebs/cstor.git
[submodule "thirdparty/storage/openebs/opensea-transport"]
path = thirdparty/storage/openebs/opensea-transport
url = https://github.com/openebs/opensea-transport.git
[submodule "thirdparty/storage/openebs/openSeaChest"]
path = thirdparty/storage/openebs/openSeaChest
url = https://github.com/openebs/openSeaChest.git
[submodule "thirdparty/storage/openebs/dbench"]
path = thirdparty/storage/openebs/dbench
url = https://github.com/openebs/dbench.git
[submodule "thirdparty/storage/openebs/opensea-operations"]
path = thirdparty/storage/openebs/opensea-operations
url = https://github.com/openebs/opensea-operations.git
[submodule "thirdparty/storage/openebs/vhost-user"]
path = thirdparty/storage/openebs/vhost-user
url = https://github.com/openebs/vhost-user.git
[submodule "thirdparty/storage/mongo"]
path = thirdparty/storage/mongo
url = https://github.com/mongodb/mongo.git
[submodule "thirdparty/storage/target-isns"]
path = thirdparty/storage/target-isns
url = https://github.com/open-iscsi/target-isns.git
[submodule "thirdparty/storage/mongo-c-driver"]
path = thirdparty/storage/mongo-c-driver
url = https://github.com/mongodb/mongo-c-driver.git
[submodule "thirdparty/storage/liburing"]
path = thirdparty/storage/liburing
url = https://github.com/axboe/liburing.git
[submodule "thirdparty/storage/curve"]
path = thirdparty/storage/curve
url = https://github.com/opencurve/curve.git
[submodule "thirdparty/storage/mongo-cxx-driver"]
path = thirdparty/storage/mongo-cxx-driver
url = https://github.com/mongodb/mongo-cxx-driver.git
[submodule "thirdparty/storage/lizardfs_project/lizardfs-docker-volume-plugin"]
path = thirdparty/storage/lizardfs_project/lizardfs-docker-volume-plugin
url = https://github.com/lizardfs/lizardfs-docker-volume-plugin.git
[submodule "thirdparty/storage/lizardfs_project/lizardfs"]
path = thirdparty/storage/lizardfs_project/lizardfs
url = https://github.com/lizardfs/lizardfs.git
[submodule "thirdparty/storage/lizardfs_project/lizardfs-docker-for-testing"]
path = thirdparty/storage/lizardfs_project/lizardfs-docker-for-testing
url = https://github.com/lizardfs/lizardfs-docker-for-testing.git
[submodule "thirdparty/alibaba/CBASE"]
path = thirdparty/alibaba/CBASE
url = https://github.com/BankOfCommunications/CBASE.git
[submodule "thirdparty/alibaba/PolarDB-for-PostgreSQL"]
path = thirdparty/alibaba/PolarDB-for-PostgreSQL
url = https://github.com/alibaba/PolarDB-for-PostgreSQL.git
[submodule "thirdparty/alibaba/fswatch"]
path = thirdparty/alibaba/fswatch
url = https://github.com/emcrisostomo/fswatch.git
[submodule "thirdparty/alibaba/obproxy"]
path = thirdparty/alibaba/obproxy
url = https://github.com/oceanbase/obproxy.git
[submodule "thirdparty/alibaba/oceanbase"]
path = thirdparty/alibaba/oceanbase
url = https://github.com/oceanbase/oceanbase.git
[submodule "thirdparty/alibaba/tair"]
path = thirdparty/alibaba/tair
url = https://github.com/alibaba/tair.git
[submodule "thirdparty/alibaba/tb-common-util"]
path = thirdparty/alibaba/tb-common-util
url = https://github.com/kayaklee/tb-common-util.git
[submodule "thirdparty/bitcoin"]
path = thirdparty/bitcoin
url = https://github.com/bitcoin/bitcoin.git
[submodule "thirdparty/cloudtalk"]
path = thirdparty/cloudtalk
url = https://github.com/cloudtalk-im/cloudtalk.git
[submodule "thirdparty/storage/Content-Distribution-Network"]
path = thirdparty/storage/Content-Distribution-Network
url = https://github.com/ydj0604/Content-Distribution-Network.git
[submodule "thirdparty/cosmos"]
path = thirdparty/cosmos
url = https://github.com/qicosmos/cosmos.git
[submodule "thirdparty/storage/etcd"]
path = thirdparty/storage/etcd
url = https://github.com/etcd-io/etcd.git
[submodule "thirdparty/storage/etcd-cpp-apiv3"]
path = thirdparty/storage/etcd-cpp-apiv3
url = https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git
[submodule "thirdparty/facebook/FBOpenSSH"]
path = thirdparty/facebook/FBOpenSSH
url = https://github.com/facebookincubator/FBOpenSSH.git
[submodule "thirdparty/facebook/bistro"]
path = thirdparty/facebook/bistro
url = https://github.com/facebook/bistro.git
[submodule "thirdparty/facebook/fboss"]
path = thirdparty/facebook/fboss
url = https://github.com/facebook/fboss.git
[submodule "thirdparty/facebook/fbthrift"]
path = thirdparty/facebook/fbthrift
url = https://github.com/facebook/fbthrift.git
[submodule "thirdparty/facebook/folly"]
path = thirdparty/facebook/folly
url = https://github.com/facebook/folly.git
[submodule "thirdparty/facebook/oomd"]
path = thirdparty/facebook/oomd
url = https://github.com/facebookincubator/oomd.git
[submodule "thirdparty/facebook/openr"]
path = thirdparty/facebook/openr
url = https://github.com/facebook/openr.git
[submodule "thirdparty/facebook/proxygen"]
path = thirdparty/facebook/proxygen
url = https://github.com/facebook/proxygen.git
[submodule "thirdparty/facebook/rocksdb"]
path = thirdparty/facebook/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "thirdparty/facebook/wangle"]
path = thirdparty/facebook/wangle
url = https://github.com/facebook/wangle.git
[submodule "thirdparty/facebook/watchman"]
path = thirdparty/facebook/watchman
url = https://github.com/facebook/watchman.git
[submodule "thirdparty/storage/fio"]
path = thirdparty/storage/fio
url = https://github.com/axboe/fio.git
[submodule "thirdparty/flamingo"]
path = thirdparty/flamingo
url = https://github.com/balloonwj/flamingo.git
[submodule "thirdparty/fping"]
path = thirdparty/fping
url = https://github.com/schweikert/fping.git
[submodule "thirdparty/storage/FreeNOS"]
path = thirdparty/storage/FreeNOS
url = https://github.com/nieklinnenbank/FreeNOS.git
[submodule "thirdparty/google/chromium"]
path = thirdparty/google/chromium
url = https://github.com/chromium/chromium.git
[submodule "thirdparty/google/gecko-dev"]
path = thirdparty/google/gecko-dev
url = https://github.com/mozilla/gecko-dev.git
[submodule "thirdparty/google/cctz"]
path = thirdparty/google/cctz
url = https://github.com/google/cctz.git
[submodule "thirdparty/google/glog"]
path = thirdparty/google/glog
url = https://github.com/google/glog
[submodule "thirdparty/google/gperftools"]
path = thirdparty/google/gperftools
url = https://github.com/gperftools/gperftools.git
[submodule "thirdparty/google/libweave"]
path = thirdparty/google/libweave
url = https://weave.googlesource.com/weave/libweave
[submodule "thirdparty/google/protobuf"]
path = thirdparty/google/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "thirdparty/google/snappy"]
path = thirdparty/google/snappy
url = https://github.com/google/snappy.git
[submodule "thirdparty/google/webrtc"]
path = thirdparty/google/webrtc
url = https://github.com/HackWebRTC/webrtc.git
[submodule "thirdparty/google/g3log"]
path = thirdparty/google/g3log
url = https://github.com/KjellKod/g3log.git
[submodule "thirdparty/ip2region"]
path = thirdparty/ip2region
url = https://github.com/lionsoul2014/ip2region.git
[submodule "thirdparty/ipt2socks"]
path = thirdparty/ipt2socks
url = https://github.com/zfl9/ipt2socks.git
[submodule "thirdparty/libbitcoin-network"]
path = thirdparty/libbitcoin-network
url = https://github.com/libbitcoin/libbitcoin-network.git
[submodule "thirdparty/libtorrent"]
path = thirdparty/libtorrent
url = https://github.com/arvidn/libtorrent.git
[submodule "thirdparty/libevent"]
path = thirdparty/libevent
url = https://github.com/libevent/libevent.git
[submodule "thirdparty/libsourcey"]
path = thirdparty/libsourcey
url = https://github.com/sourcey/libsourcey.git
[submodule "thirdparty/libice"]
path = thirdparty/libice
url = https://github.com/ZhaoJianliuser/libice.git
[submodule "thirdparty/libjuice"]
path = thirdparty/libjuice
url = https://github.com/paullouisageneau/libjuice.git
[submodule "thirdparty/mellanox/eRPC"]
path = thirdparty/mellanox/eRPC
url = https://github.com/erpc-io/eRPC.git
[submodule "thirdparty/mellanox/libbacktrace"]
path = thirdparty/mellanox/libbacktrace
url = https://github.com/ianlancetaylor/libbacktrace.git
[submodule "thirdparty/mellanox/libvma"]
path = thirdparty/mellanox/libvma
url = https://github.com/Mellanox/libvma.git
[submodule "thirdparty/mellanox/rdma-core"]
path = thirdparty/mellanox/rdma-core
url = https://github.com/linux-rdma/rdma-core.git
[submodule "thirdparty/mellanox/sockperf"]
path = thirdparty/mellanox/sockperf
url = https://github.com/Mellanox/sockperf.git
[submodule "thirdparty/mellanox/ucx"]
path = thirdparty/mellanox/ucx
url = https://github.com/openucx/ucx.git
[submodule "thirdparty/microsoft/Freeflow"]
path = thirdparty/microsoft/Freeflow
url = https://github.com/microsoft/Freeflow.git
[submodule "thirdparty/microsoft/dbfs"]
path = thirdparty/microsoft/dbfs
url = https://github.com/microsoft/dbfs
[submodule "thirdparty/microsoft/envoy"]
path = thirdparty/microsoft/envoy
url = https://github.com/envoyproxy/envoy.git
[submodule "thirdparty/microsoft/mimalloc"]
path = thirdparty/microsoft/mimalloc
url = https://github.com/microsoft/mimalloc.git
[submodule "thirdparty/muduo"]
path = thirdparty/muduo
url = https://github.com/chenshuo/muduo.git
[submodule "thirdparty/ormpp"]
path = thirdparty/ormpp
url = https://github.com/qicosmos/ormpp.git
[submodule "thirdparty/nghttp3"]
path = thirdparty/nghttp3
url = [email protected]:ngtcp2/nghttp3.git
[submodule "thirdparty/SpeedTestC"]
path = thirdparty/SpeedTestC
url = https://github.com/mobrembski/SpeedTestC.git
[submodule "thirdparty/TeamTalk"]
path = thirdparty/TeamTalk
url = https://github.com/balloonwj/TeamTalk.git
[submodule "thirdparty/coding/reading-code-of-nginx-1.9.2"]
path = thirdparty/coding/reading-code-of-nginx-1.9.2
url = https://github.com/y123456yz/reading-code-of-nginx-1.9.2.git
[submodule "thirdparty/coding/Reading-and-comprehense-twemproxy0.4.1"]
path = thirdparty/coding/Reading-and-comprehense-twemproxy0.4.1
url = https://github.com/y123456yz/Reading-and-comprehense-twemproxy0.4.1.git
[submodule "thirdparty/coding/Reading-and-comprehense-redis-cluster"]
path = thirdparty/coding/Reading-and-comprehense-redis-cluster
url = https://github.com/y123456yz/Reading-and-comprehense-redis-cluster.git
[submodule "thirdparty/coding/Reading-and-comprehense-memcached-1.4.22"]
path = thirdparty/coding/Reading-and-comprehense-memcached-1.4.22
url = https://github.com/y123456yz/Reading-and-comprehense-memcached-1.4.22.git
[submodule "thirdparty/coding/Reading-and-comprehense-linux-Kernel-network-protocol-stack"]
path = thirdparty/coding/Reading-and-comprehense-linux-Kernel-network-protocol-stack
url = https://github.com/y123456yz/Reading-and-comprehense-linux-Kernel-network-protocol-stack.git
[submodule "thirdparty/coding/reading-and-annotate-wiredtiger-3.0.0"]
path = thirdparty/coding/reading-and-annotate-wiredtiger-3.0.0
url = https://github.com/y123456yz/reading-and-annotate-wiredtiger-3.0.0.git
[submodule "thirdparty/coding/reading-and-annotate-rocksdb-6.1.2"]
path = thirdparty/coding/reading-and-annotate-rocksdb-6.1.2
url = https://github.com/y123456yz/reading-and-annotate-rocksdb-6.1.2.git
[submodule "thirdparty/coding/reading-and-annotate-rocketmq-3.4.6"]
path = thirdparty/coding/reading-and-annotate-rocketmq-3.4.6
url = https://github.com/y123456yz/reading-and-annotate-rocketmq-3.4.6.git
[submodule "thirdparty/coding/reading-and-annotate-quic"]
path = thirdparty/coding/reading-and-annotate-quic
url = https://github.com/y123456yz/reading-and-annotate-quic.git
[submodule "thirdparty/coding/reading-and-annotate-mongodb-3.6"]
path = thirdparty/coding/reading-and-annotate-mongodb-3.6
url = https://github.com/y123456yz/reading-and-annotate-mongodb-3.6.git
[submodule "thirdparty/coding/reading-and-annotate-mesos-1.2.0"]
path = thirdparty/coding/reading-and-annotate-mesos-1.2.0
url = https://github.com/y123456yz/reading-and-annotate-mesos-1.2.0.git
[submodule "thirdparty/coding/reading-and-annotate-lxc-1.0.9"]
path = thirdparty/coding/reading-and-annotate-lxc-1.0.9
url = https://github.com/y123456yz/reading-and-annotate-lxc-1.0.9.git
[submodule "thirdparty/coding/reading-and-annotate-docker-17.05.0"]
path = thirdparty/coding/reading-and-annotate-docker-17.05.0
url = https://github.com/y123456yz/reading-and-annotate-docker-17.05.0.git
[submodule "thirdparty/torrent"]
path = thirdparty/torrent
url = https://github.com/anacrolix/torrent.git
[submodule "thirdparty/upnp/miniupnp"]
path = thirdparty/upnp/miniupnp
url = https://github.com/miniupnp/miniupnp.git
[submodule "thirdparty/upnp/libnatpmp"]
path = thirdparty/upnp/libnatpmp
url = https://github.com/getlantern/libnatpmp.git
[submodule "thirdparty/mediaelement"]
path = thirdparty/mediaelement
url = https://github.com/mediaelement/mediaelement.git
[submodule "thirdparty/storage/spdk-csi"]
path = thirdparty/storage/spdk-csi
url = https://github.com/spdk/spdk-csi.git
[submodule "thirdparty/storage/spdk_rocksdb"]
path = thirdparty/storage/spdk_rocksdb
url = https://github.com/spdk/rocksdb.git
[submodule "thirdparty/storage/nvme-cli"]
path = thirdparty/storage/nvme-cli
url = https://github.com/spdk/nvme-cli.git
[submodule "thirdparty/storage/spdk_tests"]
path = thirdparty/storage/spdk_tests
url = https://github.com/spdk/tests.git
[submodule "thirdparty/linux"]
path = thirdparty/linux
url = https://github.com/torvalds/linux.git
[submodule "thirdparty/storage/alist"]
path = thirdparty/storage/alist
url = https://github.com/Xhofe/alist.git
[submodule "thirdparty/storage/gonelist"]
path = thirdparty/storage/gonelist
url = https://github.com/gonelist/gonelist.git
[submodule "thirdparty/storage/PanIndex"]
path = thirdparty/storage/PanIndex
url = https://github.com/libsgh/PanIndex.git
[submodule "thirdparty/storage/DownloadBot"]
path = thirdparty/storage/DownloadBot
url = https://github.com/gaowanliang/DownloadBot.git
[submodule "thirdparty/storage/LightUploader"]
path = thirdparty/storage/LightUploader
url = https://github.com/gaowanliang/LightUploader.git