forked from berty/berty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
depaware.txt
755 lines (754 loc) · 79.4 KB
/
depaware.txt
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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
berty.tech/berty/v2/go/cmd/rdvp dependencies: (generated by github.com/tailscale/depaware)
LD 💣 bazil.org/fuse from bazil.org/fuse/fs+
LD bazil.org/fuse/fs from github.com/ipfs/go-ipfs/fuse/ipns+
LD bazil.org/fuse/fuseutil from bazil.org/fuse/fs
berty.tech/berty/v2/go/internal/ipfsutil from berty.tech/berty/v2/go/cmd/rdvp
berty.tech/berty/v2/go/internal/logutil from berty.tech/berty/v2/go/cmd/rdvp+
berty.tech/berty/v2/go/internal/multipeer-connectivity-driver from berty.tech/berty/v2/go/internal/ipfsutil+
D 💣 berty.tech/berty/v2/go/internal/multipeer-connectivity-driver/driver from berty.tech/berty/v2/go/internal/multipeer-connectivity-driver
berty.tech/berty/v2/go/internal/notify from berty.tech/berty/v2/go/internal/tinder
berty.tech/berty/v2/go/internal/proximitytransport from berty.tech/berty/v2/go/internal/multipeer-connectivity-driver+
berty.tech/berty/v2/go/internal/tinder from berty.tech/berty/v2/go/internal/ipfsutil
berty.tech/berty/v2/go/pkg/errcode from berty.tech/berty/v2/go/cmd/rdvp+
berty.tech/go-ipfs-repo-encrypted from berty.tech/berty/v2/go/internal/ipfsutil
contrib.go.opencensus.io/exporter/prometheus from github.com/ipfs/go-ipfs/core/corehttp
💣 github.com/AndreasBriese/bbloom from github.com/dgraph-io/badger/table
github.com/Stebalien/go-bitfield from github.com/ipfs/go-unixfs/hamt+
W github.com/alexbrainman/goissue34681 from github.com/ipfs/go-ds-flatfs
github.com/benbjohnson/clock from github.com/libp2p/go-libp2p-connmgr+
github.com/beorn7/perks/quantile from github.com/prometheus/client_golang/prometheus
github.com/blang/semver/v4 from github.com/ipfs/go-ipfs/fuse/node+
github.com/btcsuite/btcd/btcec from github.com/libp2p/go-libp2p-core/crypto
github.com/cenkalti/backoff from github.com/ipfs/go-ipfs-provider/simple
💣 github.com/cespare/xxhash from github.com/dgraph-io/ristretto/z
💣 github.com/cespare/xxhash/v2 from github.com/prometheus/client_golang/prometheus
github.com/cheekybits/genny/generic from github.com/lucas-clemente/quic-go
💣 github.com/cheggaaa/pb from github.com/ipfs/go-ipfs/core/commands+
github.com/crackcomm/go-gitignore from github.com/ipfs/go-ipfs-files
github.com/cskr/pubsub from github.com/ipfs/go-bitswap/internal/notifications
💣 github.com/davecgh/go-spew/spew from github.com/stretchr/testify/assert
github.com/davidlazar/go-crypto/salsa20 from github.com/libp2p/go-libp2p-pnet
github.com/dgraph-io/badger from github.com/ipfs/go-ds-badger
github.com/dgraph-io/badger/options from github.com/dgraph-io/badger+
github.com/dgraph-io/badger/pb from github.com/dgraph-io/badger
💣 github.com/dgraph-io/badger/skl from github.com/dgraph-io/badger
github.com/dgraph-io/badger/table from github.com/dgraph-io/badger
github.com/dgraph-io/badger/trie from github.com/dgraph-io/badger
💣 github.com/dgraph-io/badger/y from github.com/dgraph-io/badger+
💣 github.com/dgraph-io/ristretto/z from github.com/dgraph-io/badger+
github.com/dustin/go-humanize from github.com/dgraph-io/badger+
github.com/elgris/jsondiff from github.com/ipfs/go-ipfs/core/commands
github.com/facebookgo/atomicfile from github.com/ipfs/go-ipfs-config/serialize
github.com/flynn/noise from github.com/libp2p/go-libp2p-noise
💣 github.com/francoispqt/gojay from github.com/lucas-clemente/quic-go/qlog
github.com/gabriel-vasile/mimetype from github.com/ipfs/go-ipfs/core/corehttp
github.com/gabriel-vasile/mimetype/internal/json from github.com/gabriel-vasile/mimetype/internal/matchers
github.com/gabriel-vasile/mimetype/internal/matchers from github.com/gabriel-vasile/mimetype
github.com/go-kit/log from github.com/go-kit/log/level+
github.com/go-kit/log/level from github.com/prometheus/statsd_exporter/pkg/mapper+
github.com/go-logfmt/logfmt from github.com/go-kit/log
github.com/gogo/protobuf/gogoproto from berty.tech/berty/v2/go/internal/tinder+
github.com/gogo/protobuf/io from berty.tech/berty/v2/go/internal/tinder+
💣 github.com/gogo/protobuf/proto from berty.tech/berty/v2/go/internal/tinder+
github.com/gogo/protobuf/protoc-gen-gogo/descriptor from github.com/gogo/protobuf/gogoproto
github.com/golang/groupcache/lru from go.opencensus.io/trace
github.com/golang/protobuf/proto from berty.tech/berty/v2/go/pkg/errcode+
github.com/golang/protobuf/ptypes from github.com/prometheus/client_golang/prometheus+
github.com/golang/protobuf/ptypes/any from github.com/golang/protobuf/ptypes
github.com/golang/protobuf/ptypes/duration from github.com/golang/protobuf/ptypes
github.com/golang/protobuf/ptypes/timestamp from github.com/golang/protobuf/ptypes+
github.com/golang/snappy from github.com/syndtr/goleveldb/leveldb/table
💣 github.com/google/gopacket/routing from github.com/libp2p/go-libp2p-kad-dht+
github.com/google/uuid from github.com/ipfs/go-bitswap/internal/decision+
💣 github.com/gorilla/websocket from github.com/libp2p/go-ws-transport
github.com/hannahhoward/go-pubsub from github.com/ipfs/go-graphsync/requestmanager/hooks+
github.com/hashicorp/errwrap from github.com/hashicorp/go-multierror
github.com/hashicorp/go-multierror from github.com/libp2p/go-libp2p-kad-dht/dual+
github.com/hashicorp/golang-lru from github.com/ipfs/go-ipfs-blockstore+
github.com/hashicorp/golang-lru/simplelru from github.com/hashicorp/golang-lru+
github.com/huin/goupnp from github.com/huin/goupnp/dcps/internetgateway1+
github.com/huin/goupnp/dcps/internetgateway1 from github.com/libp2p/go-nat
github.com/huin/goupnp/dcps/internetgateway2 from github.com/libp2p/go-nat
github.com/huin/goupnp/httpu from github.com/huin/goupnp+
github.com/huin/goupnp/scpd from github.com/huin/goupnp
github.com/huin/goupnp/soap from github.com/huin/goupnp+
github.com/huin/goupnp/ssdp from github.com/huin/goupnp
github.com/ipfs-shipyard/gomobile-ipfs/go/pkg/ipfsmobile from berty.tech/berty/v2/go/internal/ipfsutil
github.com/ipfs/bbloom from github.com/ipfs/go-ipfs-blockstore
github.com/ipfs/go-bitswap from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-bitswap/decision from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-bitswap/internal/blockpresencemanager from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/decision from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/defaults from github.com/ipfs/go-bitswap
github.com/ipfs/go-bitswap/internal/getter from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/messagequeue from github.com/ipfs/go-bitswap
github.com/ipfs/go-bitswap/internal/notifications from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/peermanager from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/providerquerymanager from github.com/ipfs/go-bitswap
github.com/ipfs/go-bitswap/internal/session from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/sessioninterestmanager from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/internal/sessionmanager from github.com/ipfs/go-bitswap
github.com/ipfs/go-bitswap/internal/sessionpeermanager from github.com/ipfs/go-bitswap
github.com/ipfs/go-bitswap/message from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/message/pb from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/network from github.com/ipfs/go-bitswap+
github.com/ipfs/go-bitswap/wantlist from github.com/ipfs/go-bitswap/internal/decision+
github.com/ipfs/go-block-format from github.com/ipfs/go-bitswap+
github.com/ipfs/go-blockservice from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-cid from github.com/ipfs/go-bitswap+
github.com/ipfs/go-cidutil from github.com/ipfs/go-ipfs-provider/simple+
github.com/ipfs/go-cidutil/cidenc from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-datastore from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-datastore/autobatch from github.com/libp2p/go-libp2p-kad-dht/providers
github.com/ipfs/go-datastore/keytransform from berty.tech/go-ipfs-repo-encrypted+
github.com/ipfs/go-datastore/mount from github.com/ipfs/go-ipfs/repo/fsrepo
github.com/ipfs/go-datastore/namespace from github.com/ipfs/go-filestore+
github.com/ipfs/go-datastore/query from github.com/ipfs/go-datastore+
github.com/ipfs/go-datastore/sync from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ds-badger from github.com/ipfs/go-ipfs/plugin/plugins/badgerds
github.com/ipfs/go-ds-flatfs from github.com/ipfs/go-ipfs/plugin/plugins/flatfs
github.com/ipfs/go-ds-leveldb from github.com/ipfs/go-ipfs/plugin/plugins/levelds
github.com/ipfs/go-ds-measure from github.com/ipfs/go-ipfs/repo/fsrepo
github.com/ipfs/go-ds-sql from berty.tech/go-ipfs-repo-encrypted
github.com/ipfs/go-fetcher from github.com/ipfs/go-fetcher/helpers+
github.com/ipfs/go-fetcher/helpers from github.com/ipfs/go-ipfs-provider/simple+
github.com/ipfs/go-fetcher/impl/blockservice from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-filestore from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-filestore/pb from github.com/ipfs/go-filestore
github.com/ipfs/go-fs-lock from github.com/ipfs/go-ipfs/repo/fsrepo
github.com/ipfs/go-graphsync from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/allocator from github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-graphsync/cidset from github.com/ipfs/go-graphsync/requestmanager+
github.com/ipfs/go-graphsync/dedupkey from github.com/ipfs/go-graphsync/requestmanager+
github.com/ipfs/go-graphsync/impl from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-graphsync/ipldutil from github.com/ipfs/go-graphsync/cidset+
github.com/ipfs/go-graphsync/linktracker from github.com/ipfs/go-graphsync/requestmanager/asyncloader/responsecache+
github.com/ipfs/go-graphsync/listeners from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/message from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/message/pb from github.com/ipfs/go-graphsync/message
github.com/ipfs/go-graphsync/messagequeue from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/metadata from github.com/ipfs/go-graphsync/requestmanager+
github.com/ipfs/go-graphsync/network from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/notifications from github.com/ipfs/go-graphsync/messagequeue+
github.com/ipfs/go-graphsync/peermanager from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/requestmanager from github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-graphsync/requestmanager/asyncloader from github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-graphsync/requestmanager/asyncloader/loadattemptqueue from github.com/ipfs/go-graphsync/requestmanager/asyncloader
github.com/ipfs/go-graphsync/requestmanager/asyncloader/responsecache from github.com/ipfs/go-graphsync/requestmanager/asyncloader
github.com/ipfs/go-graphsync/requestmanager/asyncloader/unverifiedblockstore from github.com/ipfs/go-graphsync/requestmanager/asyncloader
github.com/ipfs/go-graphsync/requestmanager/executor from github.com/ipfs/go-graphsync/requestmanager
github.com/ipfs/go-graphsync/requestmanager/hooks from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/requestmanager/types from github.com/ipfs/go-graphsync/requestmanager+
github.com/ipfs/go-graphsync/responsemanager from github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-graphsync/responsemanager/hooks from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/responsemanager/persistenceoptions from github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-graphsync/responsemanager/responseassembler from github.com/ipfs/go-graphsync/impl+
github.com/ipfs/go-graphsync/responsemanager/runtraversal from github.com/ipfs/go-graphsync/responsemanager
github.com/ipfs/go-graphsync/selectorvalidator from github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-graphsync/storeutil from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-ipfs from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs-blockstore from github.com/ipfs/go-bitswap+
github.com/ipfs/go-ipfs-chunker from github.com/ipfs/go-ipfs/core/coreunix+
github.com/ipfs/go-ipfs-cmds from github.com/ipfs/go-ipfs-cmds/http+
github.com/ipfs/go-ipfs-cmds/http from github.com/ipfs/go-ipfs/core/corehttp
github.com/ipfs/go-ipfs-config from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs-config/serialize from github.com/ipfs/go-ipfs/plugin/loader+
github.com/ipfs/go-ipfs-delay from github.com/ipfs/go-bitswap+
github.com/ipfs/go-ipfs-ds-help from github.com/ipfs/go-filestore+
github.com/ipfs/go-ipfs-exchange-interface from github.com/ipfs/go-bitswap+
github.com/ipfs/go-ipfs-exchange-offline from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs-files from github.com/ipfs/go-ipfs-cmds+
github.com/ipfs/go-ipfs-keystore from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs-pinner from github.com/ipfs/go-ipfs/blocks/blockstoreutil+
github.com/ipfs/go-ipfs-pinner/dsindex from github.com/ipfs/go-ipfs-pinner/dspinner
github.com/ipfs/go-ipfs-pinner/dspinner from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-ipfs-posinfo from github.com/ipfs/go-filestore+
github.com/ipfs/go-ipfs-pq from github.com/ipfs/go-peertaskqueue+
github.com/ipfs/go-ipfs-provider from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-ipfs-provider/batched from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs-provider/queue from github.com/ipfs/go-ipfs-provider/simple+
github.com/ipfs/go-ipfs-provider/simple from github.com/ipfs/go-ipfs/core/node+
github.com/ipfs/go-ipfs-routing/offline from github.com/ipfs/go-ipfs/core/coreapi+
github.com/ipfs/go-ipfs-util from github.com/ipfs/go-bitswap/message+
github.com/ipfs/go-ipfs/assets from github.com/ipfs/go-ipfs/core/corehttp
github.com/ipfs/go-ipfs/blocks/blockstoreutil from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs/commands from github.com/ipfs-shipyard/gomobile-ipfs/go/pkg/ipfsmobile+
github.com/ipfs/go-ipfs/core from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs/core/bootstrap from github.com/ipfs/go-ipfs/core
github.com/ipfs/go-ipfs/core/commands from github.com/ipfs/go-ipfs/core/corehttp
github.com/ipfs/go-ipfs/core/commands/cmdenv from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs/core/commands/dag from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/core/commands/e from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs/core/commands/keyencode from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs/core/commands/name from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/core/commands/object from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/core/commands/pin from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/core/commands/unixfs from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/core/coreapi from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs/core/corehttp from github.com/ipfs-shipyard/gomobile-ipfs/go/pkg/ipfsmobile
github.com/ipfs/go-ipfs/core/corerepo from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/core/coreunix from github.com/ipfs/go-ipfs/core/coreapi
github.com/ipfs/go-ipfs/core/mock from berty.tech/berty/v2/go/internal/ipfsutil
github.com/ipfs/go-ipfs/core/node from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-ipfs/core/node/helpers from github.com/ipfs/go-ipfs/core/node+
github.com/ipfs/go-ipfs/core/node/libp2p from berty.tech/berty/v2/go/internal/ipfsutil+
LD github.com/ipfs/go-ipfs/fuse/ipns from github.com/ipfs/go-ipfs/fuse/node
github.com/ipfs/go-ipfs/fuse/mount from github.com/ipfs/go-ipfs/core+
LD github.com/ipfs/go-ipfs/fuse/node from github.com/ipfs/go-ipfs/core/commands
LD github.com/ipfs/go-ipfs/fuse/readonly from github.com/ipfs/go-ipfs/fuse/node
github.com/ipfs/go-ipfs/gc from github.com/ipfs/go-ipfs/core/corerepo
github.com/ipfs/go-ipfs/p2p from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-ipfs/peering from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-ipfs/plugin from github.com/ipfs/go-ipfs/plugin/loader+
github.com/ipfs/go-ipfs/plugin/loader from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs/plugin/plugins/badgerds from github.com/ipfs/go-ipfs/plugin/loader
github.com/ipfs/go-ipfs/plugin/plugins/flatfs from github.com/ipfs/go-ipfs/plugin/loader
github.com/ipfs/go-ipfs/plugin/plugins/git from github.com/ipfs/go-ipfs/plugin/loader
github.com/ipfs/go-ipfs/plugin/plugins/levelds from github.com/ipfs/go-ipfs/plugin/loader
github.com/ipfs/go-ipfs/plugin/plugins/peerlog from github.com/ipfs/go-ipfs/plugin/loader
github.com/ipfs/go-ipfs/repo from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs/repo/common from github.com/ipfs/go-ipfs/repo/fsrepo+
github.com/ipfs/go-ipfs/repo/fsrepo from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-ipfs/repo/fsrepo/migrations from github.com/ipfs/go-ipfs/repo/fsrepo+
github.com/ipfs/go-ipfs/tar from github.com/ipfs/go-ipfs/core/commands
github.com/ipfs/go-ipfs/thirdparty/cidv0v1 from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-ipfs/thirdparty/dir from github.com/ipfs/go-ipfs/repo/fsrepo
github.com/ipfs/go-ipfs/thirdparty/verifbs from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-ipld-cbor from github.com/ipfs/go-merkledag+
github.com/ipfs/go-ipld-cbor/encoding from github.com/ipfs/go-ipld-cbor
github.com/ipfs/go-ipld-format from github.com/ipfs/go-ipfs-pinner+
github.com/ipfs/go-ipld-git from github.com/ipfs/go-ipfs/plugin/plugins/git
github.com/ipfs/go-ipld-legacy from github.com/ipfs/go-ipfs/core/commands/dag+
github.com/ipfs/go-ipns from github.com/ipfs/go-ipfs/core/node+
github.com/ipfs/go-ipns/pb from github.com/ipfs/go-ipns+
github.com/ipfs/go-log from github.com/ipfs/go-bitswap+
github.com/ipfs/go-log/tracer from github.com/ipfs/go-log
github.com/ipfs/go-log/tracer/wire from github.com/ipfs/go-log/tracer
github.com/ipfs/go-log/v2 from berty.tech/berty/v2/go/internal/logutil+
github.com/ipfs/go-log/writer from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-merkledag from github.com/ipfs/go-ipfs-pinner/dspinner+
github.com/ipfs/go-merkledag/dagutils from github.com/ipfs/go-ipfs-pinner/dspinner+
github.com/ipfs/go-merkledag/pb from github.com/ipfs/go-merkledag
github.com/ipfs/go-merkledag/test from github.com/ipfs/go-ipfs/core/coreapi
github.com/ipfs/go-merkledag/traverse from github.com/ipfs/go-ipfs/core/commands/dag
github.com/ipfs/go-metrics-interface from github.com/ipfs/go-bitswap+
github.com/ipfs/go-mfs from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-namesys from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-namesys/republisher from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-namesys/resolve from github.com/ipfs/go-ipfs/core/coreapi
github.com/ipfs/go-path from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-path/resolver from github.com/ipfs/go-ipfs/core/coreapi+
github.com/ipfs/go-peertaskqueue from github.com/ipfs/go-bitswap/internal/decision+
github.com/ipfs/go-peertaskqueue/peertask from github.com/ipfs/go-bitswap/internal/decision+
github.com/ipfs/go-peertaskqueue/peertracker from github.com/ipfs/go-peertaskqueue
github.com/ipfs/go-pinning-service-http-client from github.com/ipfs/go-ipfs/core/commands/pin
github.com/ipfs/go-pinning-service-http-client/openapi from github.com/ipfs/go-pinning-service-http-client
github.com/ipfs/go-unixfs from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-unixfs/file from github.com/ipfs/go-ipfs/core/coreapi
github.com/ipfs/go-unixfs/hamt from github.com/ipfs/go-unixfs/io
github.com/ipfs/go-unixfs/importer from github.com/ipfs/go-ipfs/tar
github.com/ipfs/go-unixfs/importer/balanced from github.com/ipfs/go-ipfs/core/coreunix+
github.com/ipfs/go-unixfs/importer/helpers from github.com/ipfs/go-ipfs/core/coreunix+
github.com/ipfs/go-unixfs/importer/trickle from github.com/ipfs/go-ipfs/core/coreunix+
github.com/ipfs/go-unixfs/io from github.com/ipfs/go-ipfs/core/coreapi+
github.com/ipfs/go-unixfs/mod from github.com/ipfs/go-mfs
github.com/ipfs/go-unixfs/pb from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-unixfsnode from github.com/ipfs/go-ipfs/core/node
github.com/ipfs/go-unixfsnode/data from github.com/ipfs/go-unixfsnode+
github.com/ipfs/go-unixfsnode/directory from github.com/ipfs/go-unixfsnode
github.com/ipfs/go-unixfsnode/hamt from github.com/ipfs/go-unixfsnode
github.com/ipfs/go-unixfsnode/iter from github.com/ipfs/go-unixfsnode+
github.com/ipfs/go-unixfsnode/utils from github.com/ipfs/go-unixfsnode+
github.com/ipfs/go-verifcid from github.com/ipfs/go-blockservice+
github.com/ipfs/interface-go-ipfs-core from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/interface-go-ipfs-core/options from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/interface-go-ipfs-core/options/namesys from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/interface-go-ipfs-core/path from github.com/ipfs/go-ipfs/assets+
github.com/ipfs/tar-utils from github.com/ipfs/go-ipfs/core/commands
github.com/ipld/go-car from github.com/ipfs/go-ipfs/core/commands/dag
github.com/ipld/go-car/util from github.com/ipld/go-car
github.com/ipld/go-codec-dagpb from github.com/ipfs/go-graphsync/ipldutil+
github.com/ipld/go-ipld-prime from github.com/ipfs/go-graphsync+
github.com/ipld/go-ipld-prime/adl from github.com/ipld/go-ipld-prime
github.com/ipld/go-ipld-prime/codec from github.com/ipld/go-ipld-prime+
github.com/ipld/go-ipld-prime/codec/cbor from github.com/ipfs/go-ipfs/core/commands/dag
github.com/ipld/go-ipld-prime/codec/dagcbor from github.com/ipfs/go-graphsync/ipldutil+
github.com/ipld/go-ipld-prime/codec/dagjson from github.com/ipfs/go-ipfs/core/commands/dag+
github.com/ipld/go-ipld-prime/codec/json from github.com/ipfs/go-ipfs/core/commands/dag
github.com/ipld/go-ipld-prime/codec/raw from github.com/ipfs/go-graphsync/ipldutil+
github.com/ipld/go-ipld-prime/datamodel from github.com/ipld/go-ipld-prime+
github.com/ipld/go-ipld-prime/fluent from github.com/ipfs/go-graphsync/cidset+
github.com/ipld/go-ipld-prime/fluent/qp from github.com/ipfs/go-merkledag+
github.com/ipld/go-ipld-prime/linking from github.com/ipld/go-ipld-prime+
github.com/ipld/go-ipld-prime/linking/cid from github.com/ipfs/go-graphsync/cidset+
github.com/ipld/go-ipld-prime/multicodec from github.com/ipfs/go-ipfs/core/commands/dag+
github.com/ipld/go-ipld-prime/node/basic from github.com/ipfs/go-graphsync/cidset+
github.com/ipld/go-ipld-prime/node/basicnode from github.com/ipld/go-ipld-prime+
github.com/ipld/go-ipld-prime/node/bindnode from github.com/ipld/go-ipld-prime
github.com/ipld/go-ipld-prime/node/mixins from github.com/ipfs/go-ipld-git+
github.com/ipld/go-ipld-prime/schema from github.com/ipfs/go-fetcher/impl/blockservice+
github.com/ipld/go-ipld-prime/traversal from github.com/ipfs/go-graphsync+
github.com/ipld/go-ipld-prime/traversal/selector from github.com/ipfs/go-graphsync/ipldutil+
github.com/ipld/go-ipld-prime/traversal/selector/builder from github.com/ipfs/go-graphsync/selectorvalidator+
github.com/jackpal/go-nat-pmp from github.com/libp2p/go-nat
github.com/jbenet/go-temp-err-catcher from github.com/ipfs/go-ipfs/p2p+
github.com/jbenet/goprocess from github.com/ipfs/go-bitswap+
github.com/jbenet/goprocess/context from github.com/ipfs/go-bitswap+
github.com/jbenet/goprocess/periodic from github.com/ipfs/go-ipfs/core/bootstrap+
github.com/jimsmart/schema from berty.tech/go-ipfs-repo-encrypted
github.com/klauspost/compress/fse from github.com/klauspost/compress/huff0
github.com/klauspost/compress/huff0 from github.com/klauspost/compress/zstd
github.com/klauspost/compress/snappy from github.com/klauspost/compress/zstd
github.com/klauspost/compress/zstd from github.com/libp2p/go-libp2p-quic-transport
github.com/klauspost/compress/zstd/internal/xxhash from github.com/klauspost/compress/zstd
github.com/klauspost/cpuid/v2 from github.com/minio/sha256-simd
github.com/koron/go-ssdp from github.com/libp2p/go-nat
github.com/libp2p/go-addr-util from github.com/libp2p/go-libp2p-swarm+
github.com/libp2p/go-buffer-pool from github.com/ipfs/go-bitswap/message+
github.com/libp2p/go-cidranger from github.com/libp2p/go-libp2p-asn-util+
github.com/libp2p/go-cidranger/net from github.com/libp2p/go-cidranger
github.com/libp2p/go-conn-security-multistream from github.com/libp2p/go-libp2p/config
github.com/libp2p/go-doh-resolver from github.com/ipfs/go-ipfs/core/node
github.com/libp2p/go-eventbus from github.com/libp2p/go-libp2p-autonat+
github.com/libp2p/go-flow-metrics from github.com/libp2p/go-libp2p-core/metrics
github.com/libp2p/go-libp2p from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-asn-util from github.com/libp2p/go-libp2p-kbucket/peerdiversity
github.com/libp2p/go-libp2p-autonat from github.com/libp2p/go-libp2p/config+
github.com/libp2p/go-libp2p-autonat/pb from github.com/libp2p/go-libp2p-autonat
github.com/libp2p/go-libp2p-blankhost from github.com/libp2p/go-libp2p/config
github.com/libp2p/go-libp2p-circuit from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-circuit/pb from github.com/libp2p/go-libp2p-circuit
github.com/libp2p/go-libp2p-connmgr from github.com/ipfs/go-ipfs/core/node/libp2p
github.com/libp2p/go-libp2p-core from github.com/ipfs/go-ipfs/core/node
github.com/libp2p/go-libp2p-core/connmgr from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-core/control from github.com/libp2p/go-libp2p+
github.com/libp2p/go-libp2p-core/crypto from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-core/crypto/pb from github.com/libp2p/go-libp2p-core/crypto+
github.com/libp2p/go-libp2p-core/discovery from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-core/event from github.com/libp2p/go-eventbus+
github.com/libp2p/go-libp2p-core/host from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-core/introspection from github.com/libp2p/go-libp2p-core/host
github.com/libp2p/go-libp2p-core/introspection/pb from github.com/libp2p/go-libp2p-core/introspection
github.com/libp2p/go-libp2p-core/metrics from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-core/mux from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-core/network from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-core/peer from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-core/peer/pb from github.com/libp2p/go-libp2p-core/peer
github.com/libp2p/go-libp2p-core/peerstore from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-core/pnet from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-core/protocol from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-core/record from github.com/libp2p/go-libp2p-blankhost+
github.com/libp2p/go-libp2p-core/record/pb from github.com/libp2p/go-libp2p-core/record
github.com/libp2p/go-libp2p-core/routing from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-core/sec from github.com/libp2p/go-conn-security-multistream+
github.com/libp2p/go-libp2p-core/sec/insecure from github.com/libp2p/go-libp2p/config
github.com/libp2p/go-libp2p-core/sec/insecure/pb from github.com/libp2p/go-libp2p-core/sec/insecure
github.com/libp2p/go-libp2p-core/test from github.com/libp2p/go-libp2p-testing/net
github.com/libp2p/go-libp2p-core/transport from berty.tech/berty/v2/go/internal/proximitytransport+
github.com/libp2p/go-libp2p-discovery from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-gostream from github.com/libp2p/go-libp2p-http
github.com/libp2p/go-libp2p-http from github.com/ipfs/go-ipfs/core/corehttp
github.com/libp2p/go-libp2p-kad-dht from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-kad-dht/crawler from github.com/libp2p/go-libp2p-kad-dht/fullrt
github.com/libp2p/go-libp2p-kad-dht/dual from github.com/ipfs/go-ipfs/core+
github.com/libp2p/go-libp2p-kad-dht/fullrt from github.com/ipfs/go-ipfs/core/commands+
github.com/libp2p/go-libp2p-kad-dht/internal from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-kad-dht/internal/config from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-kad-dht/internal/net from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-kad-dht/metrics from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-kad-dht/pb from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-kad-dht/providers from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-kad-dht/qpeerset from github.com/libp2p/go-libp2p-kad-dht
github.com/libp2p/go-libp2p-kad-dht/rtrefresh from github.com/libp2p/go-libp2p-kad-dht
github.com/libp2p/go-libp2p-kbucket from github.com/ipfs/go-ipfs/core/commands+
github.com/libp2p/go-libp2p-kbucket/keyspace from github.com/libp2p/go-libp2p-kbucket
github.com/libp2p/go-libp2p-kbucket/peerdiversity from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-loggables from github.com/ipfs/go-bitswap/internal/session
github.com/libp2p/go-libp2p-mplex from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-nat from github.com/libp2p/go-libp2p/p2p/host/basic
github.com/libp2p/go-libp2p-netutil from github.com/libp2p/go-libp2p/p2p/net/mock
github.com/libp2p/go-libp2p-noise from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-noise/pb from github.com/libp2p/go-libp2p-noise
github.com/libp2p/go-libp2p-peerstore from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-libp2p-peerstore/addr from github.com/libp2p/go-libp2p-discovery+
github.com/libp2p/go-libp2p-peerstore/pstoremem from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-pnet from github.com/libp2p/go-libp2p-transport-upgrader
github.com/libp2p/go-libp2p-pubsub from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-pubsub-router from github.com/ipfs/go-ipfs/core+
github.com/libp2p/go-libp2p-pubsub-router/pb from github.com/libp2p/go-libp2p-pubsub-router
github.com/libp2p/go-libp2p-pubsub/pb from github.com/libp2p/go-libp2p-pubsub+
github.com/libp2p/go-libp2p-quic-transport from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-record from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p-record/pb from github.com/ipfs/go-ipfs-routing/offline+
github.com/libp2p/go-libp2p-rendezvous from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-rendezvous/db from github.com/libp2p/go-libp2p-rendezvous+
github.com/libp2p/go-libp2p-rendezvous/db/sqlcipher from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p-rendezvous/pb from github.com/libp2p/go-libp2p-rendezvous
github.com/libp2p/go-libp2p-routing-helpers from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-swarm from github.com/ipfs/go-ipfs/core/coreapi+
github.com/libp2p/go-libp2p-testing/etc from github.com/libp2p/go-libp2p-testing/net
github.com/libp2p/go-libp2p-testing/net from github.com/ipfs/go-ipfs/core/mock+
github.com/libp2p/go-libp2p-tls from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p-transport-upgrader from berty.tech/berty/v2/go/internal/proximitytransport+
github.com/libp2p/go-libp2p-xor/kademlia from github.com/libp2p/go-libp2p-kad-dht/fullrt
github.com/libp2p/go-libp2p-xor/key from github.com/libp2p/go-libp2p-kad-dht/fullrt+
github.com/libp2p/go-libp2p-xor/trie from github.com/libp2p/go-libp2p-kad-dht/fullrt+
github.com/libp2p/go-libp2p-yamux from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p/config from berty.tech/berty/v2/go/cmd/rdvp+
github.com/libp2p/go-libp2p/p2p/discovery/mdns from github.com/ipfs/go-ipfs/core+
github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy from github.com/ipfs/go-ipfs/core/node/libp2p
github.com/libp2p/go-libp2p/p2p/host/basic from github.com/ipfs/go-ipfs/core+
github.com/libp2p/go-libp2p/p2p/host/relay from github.com/libp2p/go-libp2p+
github.com/libp2p/go-libp2p/p2p/host/routed from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p/p2p/net/mock from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/libp2p/go-libp2p/p2p/protocol/identify from github.com/ipfs/go-ipfs/core/commands+
github.com/libp2p/go-libp2p/p2p/protocol/identify/pb from github.com/libp2p/go-libp2p/p2p/protocol/identify
github.com/libp2p/go-libp2p/p2p/protocol/ping from github.com/ipfs/go-bitswap/internal/messagequeue+
github.com/libp2p/go-maddr-filter from github.com/libp2p/go-libp2p-swarm
github.com/libp2p/go-mplex from github.com/libp2p/go-libp2p-mplex
github.com/libp2p/go-msgio from github.com/ipfs/go-bitswap/message+
github.com/libp2p/go-msgio/protoio from github.com/libp2p/go-libp2p-autonat+
github.com/libp2p/go-nat from github.com/libp2p/go-libp2p-nat
💣 github.com/libp2p/go-netroute from github.com/libp2p/go-libp2p-kad-dht+
github.com/libp2p/go-reuseport from github.com/libp2p/go-reuseport-transport+
github.com/libp2p/go-reuseport-transport from github.com/libp2p/go-tcp-transport
W 💣 github.com/libp2p/go-sockaddr from github.com/libp2p/go-netroute
W github.com/libp2p/go-sockaddr/net from github.com/libp2p/go-netroute+
github.com/libp2p/go-stream-muxer-multistream from github.com/libp2p/go-libp2p/config
github.com/libp2p/go-tcp-transport from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-ws-transport from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-yamux/v2 from github.com/libp2p/go-libp2p-yamux
github.com/libp2p/zeroconf/v2 from github.com/libp2p/go-libp2p/p2p/discovery/mdns
💣 github.com/lucas-clemente/quic-go from github.com/libp2p/go-libp2p-quic-transport+
github.com/lucas-clemente/quic-go/internal/ackhandler from github.com/lucas-clemente/quic-go
github.com/lucas-clemente/quic-go/internal/congestion from github.com/lucas-clemente/quic-go/internal/ackhandler
github.com/lucas-clemente/quic-go/internal/flowcontrol from github.com/lucas-clemente/quic-go
github.com/lucas-clemente/quic-go/internal/handshake from github.com/lucas-clemente/quic-go
github.com/lucas-clemente/quic-go/internal/logutils from github.com/lucas-clemente/quic-go
github.com/lucas-clemente/quic-go/internal/protocol from github.com/lucas-clemente/quic-go+
github.com/lucas-clemente/quic-go/internal/qerr from github.com/lucas-clemente/quic-go+
💣 github.com/lucas-clemente/quic-go/internal/qtls from github.com/lucas-clemente/quic-go/internal/handshake+
github.com/lucas-clemente/quic-go/internal/utils from github.com/lucas-clemente/quic-go+
github.com/lucas-clemente/quic-go/internal/wire from github.com/lucas-clemente/quic-go+
github.com/lucas-clemente/quic-go/logging from github.com/libp2p/go-libp2p-quic-transport+
github.com/lucas-clemente/quic-go/qlog from github.com/libp2p/go-libp2p-quic-transport
github.com/lucas-clemente/quic-go/quicvarint from github.com/lucas-clemente/quic-go+
💣 github.com/marten-seemann/qtls-go1-16 from github.com/lucas-clemente/quic-go/internal/qtls
LD 💣 github.com/marten-seemann/tcp from github.com/libp2p/go-tcp-transport
github.com/maruel/circular from moul.io/zapring
💣 github.com/mattn/go-colorable from github.com/mgutz/ansi
💣 github.com/mattn/go-isatty from github.com/mattn/go-colorable+
github.com/mattn/go-runewidth from github.com/cheggaaa/pb
github.com/matttproud/golang_protobuf_extensions/pbutil from github.com/prometheus/common/expfmt
github.com/mgutz/ansi from github.com/elgris/jsondiff
github.com/miekg/dns from github.com/whyrusleeping/mdns+
LD 💣 github.com/mikioh/tcpinfo from github.com/libp2p/go-tcp-transport
LD 💣 github.com/mikioh/tcpopt from github.com/marten-seemann/tcp+
github.com/minio/blake2b-simd from github.com/multiformats/go-multihash/register/blake2
github.com/minio/sha256-simd from github.com/libp2p/go-libp2p-core/crypto+
github.com/mitchellh/go-homedir from github.com/ipfs/go-ipfs-config+
github.com/mr-tron/base58/base58 from github.com/ipfs/go-ipfs-util+
github.com/multiformats/go-base32 from github.com/ipfs/go-ipfs-ds-help+
github.com/multiformats/go-base36 from github.com/multiformats/go-multibase
github.com/multiformats/go-multiaddr from berty.tech/berty/v2/go/cmd/rdvp+
github.com/multiformats/go-multiaddr-dns from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/multiformats/go-multiaddr-fmt from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/multiformats/go-multiaddr/net from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/multiformats/go-multibase from github.com/ipfs/go-cid+
github.com/multiformats/go-multicodec from github.com/ipfs/go-ipfs/core/commands/dag+
github.com/multiformats/go-multihash from github.com/ipfs/go-block-format+
github.com/multiformats/go-multihash/core from github.com/ipld/go-ipld-prime/linking/cid+
github.com/multiformats/go-multihash/register/all from github.com/multiformats/go-multihash
github.com/multiformats/go-multihash/register/blake2 from github.com/multiformats/go-multihash/register/all
github.com/multiformats/go-multihash/register/miniosha256 from github.com/multiformats/go-multihash
github.com/multiformats/go-multihash/register/sha3 from github.com/multiformats/go-multihash/register/all
github.com/multiformats/go-multistream from berty.tech/berty/v2/go/internal/tinder+
github.com/multiformats/go-varint from github.com/ipfs/go-cid+
💣 github.com/mutecomm/go-sqlcipher/v4 from berty.tech/go-ipfs-repo-encrypted+
github.com/oklog/run from berty.tech/berty/v2/go/cmd/rdvp
github.com/opentracing/opentracing-go from github.com/ipfs/go-ipfs/plugin+
github.com/opentracing/opentracing-go/ext from github.com/ipfs/go-log+
github.com/opentracing/opentracing-go/log from github.com/ipfs/go-log/tracer+
github.com/peterbourgon/ff/v3 from berty.tech/berty/v2/go/cmd/rdvp+
github.com/peterbourgon/ff/v3/ffcli from berty.tech/berty/v2/go/cmd/rdvp
github.com/pkg/errors from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/pmezard/go-difflib/difflib from github.com/stretchr/testify/assert
github.com/polydawn/refmt from github.com/ipfs/go-ipld-cbor/encoding
github.com/polydawn/refmt/cbor from github.com/ipfs/go-ipld-cbor+
github.com/polydawn/refmt/json from github.com/polydawn/refmt+
github.com/polydawn/refmt/obj from github.com/polydawn/refmt+
github.com/polydawn/refmt/obj/atlas from github.com/ipfs/go-ipld-cbor+
github.com/polydawn/refmt/pretty from github.com/ipfs/go-ipld-cbor
github.com/polydawn/refmt/shared from github.com/ipfs/go-ipld-cbor+
github.com/polydawn/refmt/tok from github.com/ipld/go-ipld-prime/codec/dagcbor+
💣 github.com/prometheus/client_golang/prometheus from berty.tech/berty/v2/go/cmd/rdvp+
github.com/prometheus/client_golang/prometheus/collectors from berty.tech/berty/v2/go/cmd/rdvp
github.com/prometheus/client_golang/prometheus/internal from github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/promhttp from berty.tech/berty/v2/go/cmd/rdvp+
github.com/prometheus/client_model/go from github.com/prometheus/client_golang/prometheus+
github.com/prometheus/common/expfmt from github.com/prometheus/client_golang/prometheus+
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg from github.com/prometheus/common/expfmt
github.com/prometheus/common/model from github.com/prometheus/client_golang/prometheus+
LD github.com/prometheus/procfs from github.com/prometheus/client_golang/prometheus
LD github.com/prometheus/procfs/internal/fs from github.com/prometheus/procfs
LD github.com/prometheus/procfs/internal/util from github.com/prometheus/procfs
github.com/prometheus/statsd_exporter/pkg/mapper from contrib.go.opencensus.io/exporter/prometheus
github.com/prometheus/statsd_exporter/pkg/mapper/fsm from github.com/prometheus/statsd_exporter/pkg/mapper
github.com/rs/cors from github.com/ipfs/go-ipfs-cmds/http
💣 github.com/spaolacci/murmur3 from github.com/ipfs/go-unixfs/hamt+
github.com/stretchr/testify/assert from github.com/stretchr/testify/require
github.com/stretchr/testify/require from berty.tech/berty/v2/go/internal/ipfsutil
💣 github.com/syndtr/goleveldb/leveldb from github.com/ipfs/go-ds-leveldb
💣 github.com/syndtr/goleveldb/leveldb/cache from github.com/syndtr/goleveldb/leveldb+
github.com/syndtr/goleveldb/leveldb/comparer from github.com/syndtr/goleveldb/leveldb+
github.com/syndtr/goleveldb/leveldb/errors from github.com/ipfs/go-ds-leveldb+
github.com/syndtr/goleveldb/leveldb/filter from github.com/syndtr/goleveldb/leveldb+
github.com/syndtr/goleveldb/leveldb/iterator from github.com/ipfs/go-ds-leveldb+
github.com/syndtr/goleveldb/leveldb/journal from github.com/syndtr/goleveldb/leveldb
github.com/syndtr/goleveldb/leveldb/memdb from github.com/syndtr/goleveldb/leveldb
github.com/syndtr/goleveldb/leveldb/opt from github.com/ipfs/go-ds-leveldb+
💣 github.com/syndtr/goleveldb/leveldb/storage from github.com/ipfs/go-ds-leveldb+
github.com/syndtr/goleveldb/leveldb/table from github.com/syndtr/goleveldb/leveldb
github.com/syndtr/goleveldb/leveldb/util from github.com/ipfs/go-ds-leveldb+
github.com/whyrusleeping/base32 from github.com/ipfs/go-namesys
github.com/whyrusleeping/cbor-gen from github.com/ipfs/go-graphsync/metadata+
github.com/whyrusleeping/chunker from github.com/ipfs/go-ipfs-chunker
github.com/whyrusleeping/go-keyspace from github.com/libp2p/go-libp2p-kad-dht/qpeerset
github.com/whyrusleeping/go-sysinfo from github.com/ipfs/go-ipfs/core/commands
github.com/whyrusleeping/mdns from github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy
github.com/whyrusleeping/multiaddr-filter from github.com/ipfs/go-ipfs/core/commands+
github.com/whyrusleeping/timecache from github.com/libp2p/go-libp2p-pubsub
go.opencensus.io from go.opencensus.io/internal
go.opencensus.io/internal from go.opencensus.io/trace+
go.opencensus.io/internal/tagencoding from go.opencensus.io/stats/view
go.opencensus.io/metric/metricdata from go.opencensus.io/metric/metricproducer+
go.opencensus.io/metric/metricexport from contrib.go.opencensus.io/exporter/prometheus
go.opencensus.io/metric/metricproducer from go.opencensus.io/stats/view+
go.opencensus.io/plugin/ocgrpc from go.opencensus.io/zpages
go.opencensus.io/resource from go.opencensus.io/metric/metricdata+
go.opencensus.io/stats from github.com/libp2p/go-libp2p-kad-dht+
go.opencensus.io/stats/internal from go.opencensus.io/stats+
go.opencensus.io/stats/view from contrib.go.opencensus.io/exporter/prometheus+
go.opencensus.io/tag from github.com/libp2p/go-libp2p-kad-dht+
go.opencensus.io/trace from go.opencensus.io/metric/metricexport+
go.opencensus.io/trace/internal from go.opencensus.io/trace
go.opencensus.io/trace/propagation from go.opencensus.io/plugin/ocgrpc
go.opencensus.io/trace/tracestate from go.opencensus.io/trace
go.opencensus.io/zpages from github.com/ipfs/go-ipfs/core/corehttp
go.opencensus.io/zpages/internal from go.opencensus.io/zpages
go.opentelemetry.io/otel from github.com/libp2p/go-libp2p-kad-dht/fullrt
go.opentelemetry.io/otel/attribute from github.com/libp2p/go-libp2p-kad-dht/fullrt+
go.opentelemetry.io/otel/codes from go.opentelemetry.io/otel/trace
💣 go.opentelemetry.io/otel/internal from go.opentelemetry.io/otel/attribute+
go.opentelemetry.io/otel/internal/baggage from go.opentelemetry.io/otel/propagation
💣 go.opentelemetry.io/otel/internal/global from go.opentelemetry.io/otel
go.opentelemetry.io/otel/internal/trace/noop from go.opentelemetry.io/otel/internal/global
go.opentelemetry.io/otel/metric from go.opentelemetry.io/otel/internal/global+
go.opentelemetry.io/otel/metric/number from go.opentelemetry.io/otel/internal/global+
go.opentelemetry.io/otel/metric/registry from go.opentelemetry.io/otel/internal/global
go.opentelemetry.io/otel/propagation from go.opentelemetry.io/otel+
go.opentelemetry.io/otel/trace from github.com/libp2p/go-libp2p-kad-dht/fullrt+
go.opentelemetry.io/otel/unit from go.opentelemetry.io/otel/metric
💣 go.uber.org/atomic from github.com/libp2p/go-libp2p-testing/net+
go.uber.org/dig from go.uber.org/fx+
go.uber.org/dig/internal/digreflect from go.uber.org/dig
go.uber.org/dig/internal/dot from go.uber.org/dig
go.uber.org/fx from github.com/ipfs/go-ipfs/core+
go.uber.org/fx/internal/fxlog from go.uber.org/fx+
go.uber.org/fx/internal/fxreflect from go.uber.org/fx+
go.uber.org/fx/internal/lifecycle from go.uber.org/fx
go.uber.org/multierr from berty.tech/berty/v2/go/internal/ipfsutil+
go.uber.org/zap from berty.tech/berty/v2/go/cmd/rdvp+
go.uber.org/zap/buffer from go.uber.org/zap/internal/bufferpool+
go.uber.org/zap/internal/bufferpool from go.uber.org/zap+
go.uber.org/zap/internal/color from go.uber.org/zap/zapcore
go.uber.org/zap/internal/exit from go.uber.org/zap/zapcore
go.uber.org/zap/zapcore from berty.tech/berty/v2/go/cmd/rdvp+
go4.org/lock from github.com/ipfs/go-fs-lock
google.golang.org/genproto/googleapis/rpc/status from google.golang.org/grpc/internal/status+
google.golang.org/grpc/benchmark/latency from github.com/libp2p/go-libp2p-testing/net
google.golang.org/grpc/codes from berty.tech/berty/v2/go/pkg/errcode+
google.golang.org/grpc/grpclog from go.opencensus.io/plugin/ocgrpc
google.golang.org/grpc/internal/grpclog from google.golang.org/grpc/grpclog
google.golang.org/grpc/internal/status from google.golang.org/grpc/status
google.golang.org/grpc/metadata from go.opencensus.io/plugin/ocgrpc+
google.golang.org/grpc/stats from go.opencensus.io/plugin/ocgrpc
google.golang.org/grpc/status from berty.tech/berty/v2/go/pkg/errcode+
google.golang.org/protobuf/encoding/prototext from github.com/golang/protobuf/proto+
google.golang.org/protobuf/encoding/protowire from github.com/golang/protobuf/proto+
google.golang.org/protobuf/internal/descfmt from google.golang.org/protobuf/internal/filedesc
google.golang.org/protobuf/internal/descopts from google.golang.org/protobuf/internal/filedesc+
google.golang.org/protobuf/internal/detrand from google.golang.org/protobuf/internal/descfmt+
google.golang.org/protobuf/internal/encoding/defval from google.golang.org/protobuf/internal/encoding/tag+
google.golang.org/protobuf/internal/encoding/messageset from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/encoding/tag from google.golang.org/protobuf/internal/impl
google.golang.org/protobuf/internal/encoding/text from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/errors from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/filedesc from google.golang.org/protobuf/internal/encoding/tag+
google.golang.org/protobuf/internal/filetype from google.golang.org/protobuf/runtime/protoimpl
google.golang.org/protobuf/internal/flags from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/genid from google.golang.org/protobuf/encoding/prototext+
💣 google.golang.org/protobuf/internal/impl from google.golang.org/protobuf/internal/filetype+
google.golang.org/protobuf/internal/order from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/pragma from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/set from google.golang.org/protobuf/encoding/prototext
💣 google.golang.org/protobuf/internal/strs from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/version from google.golang.org/protobuf/runtime/protoimpl
google.golang.org/protobuf/proto from github.com/golang/protobuf/proto+
google.golang.org/protobuf/reflect/protodesc from github.com/golang/protobuf/proto
💣 google.golang.org/protobuf/reflect/protoreflect from github.com/golang/protobuf/proto+
google.golang.org/protobuf/reflect/protoregistry from github.com/golang/protobuf/proto+
google.golang.org/protobuf/runtime/protoiface from github.com/golang/protobuf/proto+
google.golang.org/protobuf/runtime/protoimpl from github.com/golang/protobuf/proto+
google.golang.org/protobuf/types/descriptorpb from google.golang.org/protobuf/reflect/protodesc
google.golang.org/protobuf/types/known/anypb from github.com/golang/protobuf/ptypes/any+
google.golang.org/protobuf/types/known/durationpb from github.com/golang/protobuf/ptypes/duration
google.golang.org/protobuf/types/known/timestamppb from github.com/golang/protobuf/ptypes/timestamp
gopkg.in/yaml.v2 from github.com/prometheus/statsd_exporter/pkg/mapper
gopkg.in/yaml.v3 from github.com/stretchr/testify/assert
moul.io/srand from berty.tech/berty/v2/go/cmd/rdvp
moul.io/u from berty.tech/berty/v2/go/internal/logutil
moul.io/zapfilter from berty.tech/berty/v2/go/internal/logutil
moul.io/zapring from berty.tech/berty/v2/go/internal/logutil
golang.org/x/crypto/blake2b from github.com/flynn/noise
golang.org/x/crypto/blake2s from github.com/flynn/noise+
golang.org/x/crypto/chacha20 from github.com/lucas-clemente/quic-go/internal/handshake+
golang.org/x/crypto/chacha20poly1305 from crypto/tls+
golang.org/x/crypto/cryptobyte from crypto/ecdsa+
golang.org/x/crypto/cryptobyte/asn1 from crypto/ecdsa+
golang.org/x/crypto/curve25519 from crypto/tls+
golang.org/x/crypto/hkdf from crypto/tls+
golang.org/x/crypto/poly1305 from github.com/libp2p/go-libp2p-noise+
golang.org/x/crypto/salsa20 from github.com/ipfs/go-ipfs/core/node/libp2p
golang.org/x/crypto/salsa20/salsa from github.com/davidlazar/go-crypto/salsa20+
golang.org/x/crypto/sha3 from github.com/ipfs/go-ipfs/core/node/libp2p+
golang.org/x/net/bpf from golang.org/x/net/ipv4+
golang.org/x/net/context/ctxhttp from golang.org/x/oauth2/internal
golang.org/x/net/dns/dnsmessage from net
golang.org/x/net/http/httpguts from net/http+
golang.org/x/net/http/httpproxy from net/http
golang.org/x/net/http2/hpack from net/http
golang.org/x/net/idna from golang.org/x/net/http/httpguts+
golang.org/x/net/ipv4 from github.com/koron/go-ssdp+
golang.org/x/net/ipv6 from github.com/miekg/dns+
D golang.org/x/net/route from github.com/libp2p/go-netroute+
golang.org/x/net/trace from github.com/dgraph-io/badger+
golang.org/x/oauth2 from github.com/ipfs/go-pinning-service-http-client/openapi
golang.org/x/oauth2/internal from golang.org/x/oauth2
golang.org/x/sync/errgroup from github.com/huin/goupnp/httpu+
golang.org/x/sys/cpu from github.com/libp2p/go-libp2p-tls+
LD golang.org/x/sys/unix from github.com/dgraph-io/badger+
W golang.org/x/sys/windows from github.com/ipfs/go-ipfs-files+
golang.org/x/text/secure/bidirule from golang.org/x/net/idna
golang.org/x/text/transform from golang.org/x/text/secure/bidirule+
golang.org/x/text/unicode/bidi from golang.org/x/net/idna+
golang.org/x/text/unicode/norm from golang.org/x/net/idna
golang.org/x/xerrors from berty.tech/berty/v2/go/pkg/errcode+
golang.org/x/xerrors/internal from golang.org/x/xerrors
archive/tar from github.com/ipfs/go-ipfs-files+
archive/zip from github.com/ipfs/go-ipfs/repo/fsrepo/migrations+
bufio from archive/zip+
bytes from archive/tar+
compress/flate from archive/zip+
compress/gzip from github.com/gogo/protobuf/protoc-gen-gogo/descriptor+
compress/zlib from debug/macho+
container/heap from github.com/dgraph-io/badger/y+
container/list from crypto/tls+
container/ring from berty.tech/berty/v2/go/internal/proximitytransport
context from bazil.org/fuse/fs+
crypto from crypto/ecdsa+
crypto/aes from crypto/ecdsa+
crypto/cipher from crypto/aes+
crypto/des from crypto/tls+
crypto/dsa from crypto/x509
crypto/ecdsa from crypto/tls+
crypto/ed25519 from crypto/tls+
crypto/elliptic from crypto/ecdsa+
crypto/hmac from crypto/tls+
crypto/md5 from crypto/tls+
crypto/rand from berty.tech/berty/v2/go/cmd/rdvp+
crypto/rc4 from crypto/tls+
crypto/rsa from crypto/tls+
crypto/sha1 from crypto/tls+
crypto/sha256 from crypto/tls+
crypto/sha512 from crypto/ecdsa+
crypto/subtle from crypto/aes+
crypto/tls from github.com/gorilla/websocket+
crypto/x509 from crypto/tls+
crypto/x509/pkix from crypto/x509+
database/sql from github.com/francoispqt/gojay+
database/sql/driver from database/sql+
debug/dwarf from debug/macho
debug/macho from github.com/gabriel-vasile/mimetype/internal/matchers
encoding from encoding/json+
encoding/asn1 from crypto/x509+
encoding/base32 from github.com/ipfs/go-ipfs-cmds/http+
encoding/base64 from berty.tech/berty/v2/go/cmd/rdvp+
encoding/binary from archive/zip+
encoding/csv from github.com/gabriel-vasile/mimetype/internal/matchers
encoding/hex from crypto/x509+
encoding/json from bazil.org/fuse+
encoding/pem from crypto/tls+
encoding/xml from github.com/huin/goupnp+
errors from archive/tar+
expvar from github.com/dgraph-io/badger+
flag from berty.tech/berty/v2/go/cmd/rdvp+
fmt from archive/tar+
go/ast from go/format+
go/format from github.com/whyrusleeping/cbor-gen
go/parser from go/format
go/printer from go/format
go/scanner from go/ast+
go/token from go/ast+
hash from archive/zip+
hash/adler32 from compress/zlib
hash/crc32 from archive/zip+
hash/fnv from bazil.org/fuse/fs+
html from html/template
html/template from github.com/ipfs/go-ipfs/core/corehttp+
io from archive/tar+
io/fs from archive/tar+
io/ioutil from berty.tech/berty/v2/go/internal/logutil+
log from bazil.org/fuse+
math from archive/tar+
math/big from crypto/dsa+
math/bits from berty.tech/berty/v2/go/internal/tinder+
math/rand from berty.tech/berty/v2/go/cmd/rdvp+
mime from github.com/gabriel-vasile/mimetype+
mime/multipart from github.com/ipfs/go-ipfs-files+
mime/quotedprintable from mime/multipart
net from bazil.org/fuse+
net/http from berty.tech/berty/v2/go/cmd/rdvp+
net/http/httptest from github.com/stretchr/testify/assert
net/http/httptrace from github.com/gorilla/websocket+
net/http/httputil from github.com/ipfs/go-ipfs/core/corehttp+
net/http/internal from net/http+
net/textproto from github.com/ipfs/go-ipfs-files+
net/url from crypto/x509+
os from archive/zip+
os/exec from bazil.org/fuse+
os/signal from github.com/jbenet/goprocess+
os/user from archive/tar+
path from archive/tar+
path/filepath from berty.tech/berty/v2/go/internal/ipfsutil+
LD plugin from github.com/ipfs/go-ipfs/plugin/loader
reflect from archive/tar+
regexp from berty.tech/berty/v2/go/internal/logutil+
regexp/syntax from regexp
runtime/debug from github.com/ipfs/go-ipfs-cmds/http+
runtime/pprof from go.opencensus.io/tag+
runtime/trace from testing+
sort from archive/tar+
strconv from archive/tar+
strings from archive/tar+
sync from archive/tar+
sync/atomic from context+
syscall from archive/tar+
testing from berty.tech/berty/v2/go/internal/ipfsutil+
text/tabwriter from github.com/ipfs/go-ipfs/core/commands+
text/template from github.com/whyrusleeping/cbor-gen+
text/template/parse from html/template+
time from archive/tar+
unicode from bytes+
unicode/utf16 from encoding/asn1+
unicode/utf8 from archive/zip+