forked from berty/berty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepaware.txt
860 lines (859 loc) · 91.3 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
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
berty.tech/berty/v2/go/cmd/betabot 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/cryptoutil from berty.tech/berty/v2/go/internal/handshake+
berty.tech/berty/v2/go/internal/discordlog from berty.tech/berty/v2/go/pkg/bertymessenger
berty.tech/berty/v2/go/internal/grpcutil from berty.tech/berty/v2/go/pkg/bertyprotocol
berty.tech/berty/v2/go/internal/handshake from berty.tech/berty/v2/go/pkg/bertyprotocol
berty.tech/berty/v2/go/internal/ipfsutil from berty.tech/berty/v2/go/pkg/bertyprotocol
berty.tech/berty/v2/go/internal/lifecycle from berty.tech/berty/v2/go/pkg/bertymessenger
💣 berty.tech/berty/v2/go/internal/multipeer-connectivity-driver from berty.tech/berty/v2/go/internal/ipfsutil+
berty.tech/berty/v2/go/internal/notification from berty.tech/berty/v2/go/pkg/bertymessenger
berty.tech/berty/v2/go/internal/packingutil from berty.tech/berty/v2/go/internal/notification
berty.tech/berty/v2/go/internal/proximity-transport from berty.tech/berty/v2/go/internal/multipeer-connectivity-driver
berty.tech/berty/v2/go/internal/sysutil from berty.tech/berty/v2/go/pkg/bertymessenger+
berty.tech/berty/v2/go/internal/tinder from berty.tech/berty/v2/go/internal/ipfsutil+
berty.tech/berty/v2/go/internal/tracer from berty.tech/berty/v2/go/pkg/bertyprotocol
berty.tech/berty/v2/go/pkg/banner from berty.tech/berty/v2/go/pkg/bertymessenger
berty.tech/berty/v2/go/pkg/bertymessenger from berty.tech/berty/v2/go/cmd/betabot
berty.tech/berty/v2/go/pkg/bertyprotocol from berty.tech/berty/v2/go/pkg/bertymessenger
berty.tech/berty/v2/go/pkg/protocoltypes from berty.tech/berty/v2/go/internal/sysutil+
berty.tech/berty/v2/go/pkg/bertyversion from berty.tech/berty/v2/go/cmd/betabot+
berty.tech/berty/v2/go/pkg/errcode from berty.tech/berty/v2/go/internal/cryptoutil+
berty.tech/berty/v2/go/pkg/username from berty.tech/berty/v2/go/internal/sysutil+
berty.tech/go-ipfs-log from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-ipfs-log/accesscontroller from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-ipfs-log/entry from berty.tech/go-ipfs-log+
berty.tech/go-ipfs-log/entry/sorting from berty.tech/go-ipfs-log
berty.tech/go-ipfs-log/errmsg from berty.tech/go-ipfs-log+
berty.tech/go-ipfs-log/identityprovider from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-ipfs-log/iface from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-ipfs-log/io from berty.tech/go-ipfs-log+
berty.tech/go-ipfs-log/keystore from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db from berty.tech/berty/v2/go/pkg/bertyprotocol
berty.tech/go-orbit-db/accesscontroller from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/accesscontroller/ipfs from berty.tech/go-orbit-db
berty.tech/go-orbit-db/accesscontroller/orbitdb from berty.tech/go-orbit-db
berty.tech/go-orbit-db/accesscontroller/simple from berty.tech/go-orbit-db+
berty.tech/go-orbit-db/accesscontroller/utils from berty.tech/go-orbit-db/accesscontroller/orbitdb+
berty.tech/go-orbit-db/address from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/baseorbitdb from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/cache from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/cache/cacheleveldown from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/events from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/iface from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/internal/buildconstraints from berty.tech/go-orbit-db/baseorbitdb
berty.tech/go-orbit-db/pubsub from berty.tech/go-orbit-db/pubsub/oneonone+
berty.tech/go-orbit-db/pubsub/oneonone from berty.tech/go-orbit-db/baseorbitdb
berty.tech/go-orbit-db/pubsub/pubsubcoreapi from berty.tech/go-orbit-db/baseorbitdb
berty.tech/go-orbit-db/pubsub/pubsubraw from berty.tech/berty/v2/go/pkg/bertyprotocol
berty.tech/go-orbit-db/stores from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/stores/basestore from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/stores/eventlogstore from berty.tech/go-orbit-db
berty.tech/go-orbit-db/stores/kvstore from berty.tech/go-orbit-db
berty.tech/go-orbit-db/stores/operation from berty.tech/berty/v2/go/pkg/bertyprotocol+
berty.tech/go-orbit-db/stores/replicator from berty.tech/go-orbit-db/iface+
berty.tech/go-orbit-db/utils from berty.tech/go-orbit-db/baseorbitdb
berty.tech/ipfs-webui-packed from berty.tech/berty/v2/go/internal/ipfsutil
💣 github.com/AndreasBriese/bbloom from github.com/dgraph-io/badger/table
github.com/Stebalien/go-bitfield from github.com/ipfs/go-unixfs/hamt
github.com/aead/ecdh from berty.tech/berty/v2/go/pkg/bertyprotocol
github.com/agl/ed25519/edwards25519 from github.com/agl/ed25519/extra25519
github.com/agl/ed25519/extra25519 from berty.tech/berty/v2/go/internal/cryptoutil
W github.com/alexbrainman/goissue34681 from github.com/ipfs/go-ds-flatfs
github.com/apache/thrift/lib/go/thrift from go.opentelemetry.io/otel/exporters/trace/jaeger+
github.com/benbjohnson/clock from github.com/libp2p/go-libp2p-connmgr
github.com/beorn7/perks/quantile from github.com/prometheus/client_golang/prometheus
D github.com/blang/semver from github.com/ipfs/go-ipfs/fuse/node
github.com/bren2010/proquint from github.com/ipfs/go-ipfs/namesys
github.com/btcsuite/btcd/btcec from berty.tech/go-ipfs-log/identityprovider+
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/coreos/go-semver/semver from github.com/libp2p/go-libp2p-core/helpers
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/desertbit/timer from github.com/improbable-eng/grpc-web/go/grpcweb
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/fabiokung/shm from berty.tech/berty/v2/go/internal/packingutil
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/gen2brain/beeep from berty.tech/berty/v2/go/internal/notification
W github.com/go-toast/toast from github.com/gen2brain/beeep
github.com/gobuffalo/here from github.com/markbates/pkger/here
L 💣 github.com/godbus/dbus/v5 from github.com/gen2brain/beeep
github.com/gofrs/uuid from berty.tech/berty/v2/go/pkg/bertyprotocol+
github.com/gogo/protobuf/gogoproto from berty.tech/berty/v2/go/internal/handshake+
github.com/gogo/protobuf/io from berty.tech/berty/v2/go/internal/handshake+
💣 github.com/gogo/protobuf/proto from berty.tech/berty/v2/go/cmd/betabot+
github.com/gogo/protobuf/protoc-gen-gogo/descriptor from github.com/gogo/protobuf/gogoproto
github.com/golang-collections/go-datastructures/queue from berty.tech/go-orbit-db/events
github.com/golang/protobuf/descriptor from berty.tech/berty/v2/go/pkg/bertymessenger+
github.com/golang/protobuf/jsonpb from github.com/grpc-ecosystem/go-grpc-middleware/logging/zap+
github.com/golang/protobuf/proto from berty.tech/berty/v2/go/pkg/bertymessenger+
github.com/golang/protobuf/protoc-gen-go/descriptor from github.com/golang/protobuf/descriptor+
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/protobuf/ptypes/wrappers from github.com/grpc-ecosystem/grpc-gateway/runtime
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/improbable-eng/grpc-web/go/grpcweb+
github.com/grpc-ecosystem/go-grpc-middleware from berty.tech/berty/v2/go/pkg/bertyprotocol+
github.com/grpc-ecosystem/go-grpc-middleware/auth from berty.tech/berty/v2/go/pkg/bertyprotocol
github.com/grpc-ecosystem/go-grpc-middleware/logging from github.com/grpc-ecosystem/go-grpc-middleware/logging/zap
github.com/grpc-ecosystem/go-grpc-middleware/logging/zap from berty.tech/berty/v2/go/pkg/bertyprotocol
github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/ctxzap from github.com/grpc-ecosystem/go-grpc-middleware/logging/zap
github.com/grpc-ecosystem/go-grpc-middleware/tags from berty.tech/berty/v2/go/pkg/bertyprotocol+
github.com/grpc-ecosystem/go-grpc-middleware/util/metautils from github.com/grpc-ecosystem/go-grpc-middleware/auth
github.com/grpc-ecosystem/grpc-gateway/internal from github.com/grpc-ecosystem/grpc-gateway/runtime
github.com/grpc-ecosystem/grpc-gateway/runtime from berty.tech/berty/v2/go/internal/grpcutil+
github.com/grpc-ecosystem/grpc-gateway/utilities from berty.tech/berty/v2/go/pkg/bertymessenger+
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 berty.tech/go-ipfs-log/keystore+
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/iancoleman/orderedmap from berty.tech/go-ipfs-log+
github.com/improbable-eng/grpc-web/go/grpcweb from berty.tech/berty/v2/go/internal/grpcutil
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/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 berty.tech/berty/v2/go/pkg/bertymessenger+
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/berty/v2/go/internal/ipfsutil+
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 berty.tech/berty/v2/go/pkg/bertyprotocol+
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 berty.tech/go-orbit-db/baseorbitdb+
github.com/ipfs/go-ds-measure from github.com/ipfs/go-ipfs/repo/fsrepo
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/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/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/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/peerresponsemanager 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/responsebuilder from github.com/ipfs/go-graphsync/responsemanager/peerresponsemanager
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 berty.tech/go-orbit-db/stores/basestore+
github.com/ipfs/go-ipfs-pinner from github.com/ipfs/go-ipfs/blocks/blockstoreutil+
github.com/ipfs/go-ipfs-pinner/internal/pb from github.com/ipfs/go-ipfs-pinner
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/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 berty.tech/berty/v2/go/internal/ipfsutil+
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/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/coredag from github.com/ipfs/go-ipfs/core/commands/dag+
github.com/ipfs/go-ipfs/core/corehttp from berty.tech/berty/v2/go/internal/ipfsutil
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 berty.tech/berty/v2/go/internal/ipfsutil+
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/keystore from berty.tech/berty/v2/go/internal/ipfsutil+
github.com/ipfs/go-ipfs/namesys from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-ipfs/namesys/republisher from github.com/ipfs/go-ipfs/core+
github.com/ipfs/go-ipfs/namesys/resolve from github.com/ipfs/go-ipfs/core/coreapi
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/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 berty.tech/berty/v2/go/internal/ipfsutil+
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 berty.tech/berty/v2/go/pkg/bertyprotocol+
github.com/ipfs/go-ipld-cbor/encoding from github.com/ipfs/go-ipld-cbor
github.com/ipfs/go-ipld-format from berty.tech/go-ipfs-log/io+
github.com/ipfs/go-ipld-git from github.com/ipfs/go-ipfs/plugin/plugins/git
github.com/ipfs/go-ipns from github.com/ipfs/go-ipfs/core/node+
github.com/ipfs/go-ipns/pb from github.com/ipfs/go-ipfs/namesys+
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 github.com/ipfs/go-ds-badger+
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+
github.com/ipfs/go-merkledag/dagutils from github.com/ipfs/go-ipfs-pinner+
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-path from github.com/ipfs/go-ipfs/core/commands+
github.com/ipfs/go-path/resolver from github.com/ipfs/go-ipfs/core+
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-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-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 berty.tech/go-ipfs-log/io+
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-ipld-prime from github.com/ipfs/go-graphsync+
github.com/ipld/go-ipld-prime-proto from github.com/ipfs/go-graphsync/ipldutil+
github.com/ipld/go-ipld-prime/codec/dagcbor from github.com/ipfs/go-graphsync/ipldutil
github.com/ipld/go-ipld-prime/fluent from github.com/ipfs/go-graphsync/cidset+
github.com/ipld/go-ipld-prime/linking/cid from github.com/ipfs/go-graphsync/cidset+
github.com/ipld/go-ipld-prime/node/basic from github.com/ipfs/go-graphsync/cidset+
github.com/ipld/go-ipld-prime/node/mixins from github.com/ipld/go-ipld-prime-proto+
github.com/ipld/go-ipld-prime/schema from github.com/ipld/go-ipld-prime-proto+
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/itsTurnip/dishooks from berty.tech/berty/v2/go/internal/discordlog
github.com/jackpal/go-nat-pmp from github.com/libp2p/go-nat
github.com/jbenet/go-is-domain from github.com/ipfs/go-ipfs/core/corehttp+
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/jinzhu/inflection from gorm.io/gorm/schema
github.com/jinzhu/now from gorm.io/gorm/schema
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-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/internal/ipfsutil+
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 github.com/ipfs/go-ipfs/core/node/libp2p+
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 berty.tech/go-orbit-db/baseorbitdb+
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/internal/cryptoutil+
github.com/libp2p/go-libp2p-core/crypto/pb from berty.tech/berty/v2/go/internal/cryptoutil+
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/helpers from berty.tech/berty/v2/go/pkg/bertyprotocol+
github.com/libp2p/go-libp2p-core/host from berty.tech/berty/v2/go/internal/ipfsutil+
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/internal/ipfsutil+
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/handshake+
github.com/libp2p/go-libp2p-core/peer from berty.tech/berty/v2/go/internal/ipfsutil+
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/proximity-transport+
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/dual from berty.tech/berty/v2/go/internal/ipfsutil+
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 github.com/ipfs/go-ipfs/core/node/libp2p
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/internal/ipfsutil+
github.com/libp2p/go-libp2p-rendezvous/db from github.com/libp2p/go-libp2p-rendezvous+
github.com/libp2p/go-libp2p-rendezvous/db/sqlite from berty.tech/berty/v2/go/internal/ipfsutil
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-secio from github.com/ipfs/go-ipfs/core/node/libp2p
github.com/libp2p/go-libp2p-secio/pb from github.com/libp2p/go-libp2p-secio
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/proximity-transport+
github.com/libp2p/go-libp2p-yamux from github.com/ipfs/go-ipfs/core/node/libp2p+
github.com/libp2p/go-libp2p/config from github.com/libp2p/go-libp2p
github.com/libp2p/go-libp2p/p2p/discovery from berty.tech/berty/v2/go/internal/ipfsutil+
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-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 from github.com/libp2p/go-libp2p-yamux
github.com/lucas-clemente/quic-go from github.com/ipfs/go-ipfs/core/node/libp2p+
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/metrics 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/quictrace from github.com/lucas-clemente/quic-go+
github.com/lucas-clemente/quic-go/quictrace/pb from github.com/lucas-clemente/quic-go/quictrace
github.com/markbates/pkger from berty.tech/berty/v2/go/internal/packingutil+
github.com/markbates/pkger/here from github.com/markbates/pkger+
github.com/markbates/pkger/internal/maps from github.com/markbates/pkger/pkging/mem+
github.com/markbates/pkger/pkging from github.com/markbates/pkger+
github.com/markbates/pkger/pkging/embed from github.com/markbates/pkger/pkging/mem
github.com/markbates/pkger/pkging/mem from berty.tech/ipfs-webui-packed
github.com/markbates/pkger/pkging/stdos from github.com/markbates/pkger
💣 github.com/marten-seemann/qtls-go1-15 from github.com/lucas-clemente/quic-go/internal/qtls
💣 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 gopkg.in/cheggaaa/pb.v1
💣 github.com/mattn/go-sqlite3 from berty.tech/berty/v2/go/pkg/bertymessenger+
github.com/matttproud/golang_protobuf_extensions/pbutil from github.com/prometheus/common/expfmt
github.com/mdp/qrterminal/v3 from berty.tech/berty/v2/go/cmd/betabot
github.com/mgutz/ansi from github.com/elgris/jsondiff
github.com/miekg/dns from github.com/whyrusleeping/mdns
github.com/minio/blake2b-simd from github.com/multiformats/go-multihash
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/internal/grpcutil+
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 github.com/libp2p/go-addr-util+
github.com/multiformats/go-multiaddr/net from berty.tech/berty/v2/go/internal/grpcutil+
github.com/multiformats/go-multibase from berty.tech/go-ipfs-log/entry+
github.com/multiformats/go-multihash from berty.tech/berty/v2/go/pkg/bertyprotocol+
github.com/multiformats/go-multistream from berty.tech/berty/v2/go/internal/tinder+
github.com/multiformats/go-varint from github.com/ipfs/go-cid+
W github.com/nu7hatch/gouuid from github.com/go-toast/toast
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/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 berty.tech/go-ipfs-log+
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/internal/ipfsutil+
github.com/prometheus/client_golang/prometheus/internal from github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/promhttp from github.com/ipfs/go-ipfs/core/corehttp
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/rs/cors from github.com/improbable-eng/grpc-web/go/grpcweb+
github.com/skip2/go-qrcode from berty.tech/berty/v2/go/internal/discordlog
github.com/skip2/go-qrcode/bitset from github.com/skip2/go-qrcode+
github.com/skip2/go-qrcode/reedsolomon from github.com/skip2/go-qrcode
💣 github.com/spaolacci/murmur3 from github.com/ipfs/go-unixfs/hamt+
github.com/stretchr/testify/assert from berty.tech/berty/v2/go/pkg/bertymessenger+
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+
W 💣 github.com/tadvi/systray from github.com/gen2brain/beeep
github.com/whyrusleeping/base32 from github.com/ipfs/go-ipfs/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
github.com/whyrusleeping/multiaddr-filter from github.com/ipfs/go-ipfs/core/commands+
github.com/whyrusleeping/tar-utils from github.com/ipfs/go-ipfs/core/commands
github.com/whyrusleeping/timecache from github.com/libp2p/go-libp2p-pubsub
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/metricproducer from go.opencensus.io/stats/view
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 github.com/libp2p/go-libp2p-core/metrics+
go.opencensus.io/tag from github.com/libp2p/go-libp2p-kad-dht+
go.opentelemetry.io/otel/api/correlation from go.opentelemetry.io/otel/api/global/internal+
go.opentelemetry.io/otel/api/global from berty.tech/berty/v2/go/internal/tracer+
💣 go.opentelemetry.io/otel/api/global/internal from go.opentelemetry.io/otel/api/global
💣 go.opentelemetry.io/otel/api/internal from go.opentelemetry.io/otel/api/kv/value+
go.opentelemetry.io/otel/api/kv from berty.tech/berty/v2/go/internal/tracer+
💣 go.opentelemetry.io/otel/api/kv/value from go.opentelemetry.io/otel/api/correlation+
go.opentelemetry.io/otel/api/label from go.opentelemetry.io/otel/sdk/resource
go.opentelemetry.io/otel/api/metric from go.opentelemetry.io/otel/api/global+
go.opentelemetry.io/otel/api/metric/registry from go.opentelemetry.io/otel/api/global/internal
go.opentelemetry.io/otel/api/oterror from go.opentelemetry.io/otel/api/global+
go.opentelemetry.io/otel/api/propagation from berty.tech/berty/v2/go/internal/tracer+
go.opentelemetry.io/otel/api/standard from go.opentelemetry.io/otel/instrumentation/grpctrace
go.opentelemetry.io/otel/api/trace from berty.tech/berty/v2/go/internal/tracer+
go.opentelemetry.io/otel/api/unit from go.opentelemetry.io/otel/api/metric
go.opentelemetry.io/otel/exporters/trace/jaeger from berty.tech/berty/v2/go/internal/tracer
go.opentelemetry.io/otel/exporters/trace/jaeger/internal/gen-go/jaeger from go.opentelemetry.io/otel/exporters/trace/jaeger
go.opentelemetry.io/otel/exporters/trace/stdout from berty.tech/berty/v2/go/internal/tracer
go.opentelemetry.io/otel/instrumentation/grpctrace from berty.tech/berty/v2/go/pkg/bertyprotocol
go.opentelemetry.io/otel/internal/trace/parent from go.opentelemetry.io/otel/sdk/trace
go.opentelemetry.io/otel/sdk from go.opentelemetry.io/otel/sdk/internal
go.opentelemetry.io/otel/sdk/export/trace from go.opentelemetry.io/otel/exporters/trace/jaeger+
go.opentelemetry.io/otel/sdk/instrumentation from go.opentelemetry.io/otel/sdk/export/trace+
go.opentelemetry.io/otel/sdk/internal from go.opentelemetry.io/otel/sdk/trace
go.opentelemetry.io/otel/sdk/resource from go.opentelemetry.io/otel/sdk/export/trace+
go.opentelemetry.io/otel/sdk/trace from berty.tech/berty/v2/go/internal/tracer+
go.opentelemetry.io/otel/sdk/trace/internal from go.opentelemetry.io/otel/sdk/trace
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/betabot+
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/internal/ipfsutil+
go4.org/lock from github.com/ipfs/go-fs-lock
google.golang.org/api/support/bundler from go.opentelemetry.io/otel/exporters/trace/jaeger
google.golang.org/genproto/googleapis/api/httpbody from github.com/grpc-ecosystem/grpc-gateway/runtime
google.golang.org/genproto/googleapis/rpc/status from google.golang.org/grpc/internal/status+
google.golang.org/genproto/protobuf/field_mask from github.com/grpc-ecosystem/grpc-gateway/runtime
google.golang.org/grpc from berty.tech/berty/v2/go/cmd/betabot+
google.golang.org/grpc/attributes from google.golang.org/grpc/credentials+
google.golang.org/grpc/backoff from google.golang.org/grpc+
google.golang.org/grpc/balancer from google.golang.org/grpc+
google.golang.org/grpc/balancer/base from google.golang.org/grpc+
google.golang.org/grpc/balancer/grpclb/state from google.golang.org/grpc/internal/resolver/dns
google.golang.org/grpc/balancer/roundrobin from google.golang.org/grpc
google.golang.org/grpc/benchmark/latency from github.com/libp2p/go-libp2p-testing/net
google.golang.org/grpc/binarylog/grpc_binarylog_v1 from google.golang.org/grpc/internal/binarylog
google.golang.org/grpc/codes from berty.tech/berty/v2/go/pkg/bertymessenger+
google.golang.org/grpc/connectivity from google.golang.org/grpc+
google.golang.org/grpc/credentials from berty.tech/berty/v2/go/internal/grpcutil+
google.golang.org/grpc/encoding from berty.tech/berty/v2/go/internal/grpcutil+
google.golang.org/grpc/encoding/proto from google.golang.org/grpc
google.golang.org/grpc/grpclog from berty.tech/berty/v2/go/pkg/bertymessenger+
google.golang.org/grpc/internal from google.golang.org/grpc+
google.golang.org/grpc/internal/backoff from google.golang.org/grpc
google.golang.org/grpc/internal/balancerload from google.golang.org/grpc
google.golang.org/grpc/internal/binarylog from google.golang.org/grpc
google.golang.org/grpc/internal/buffer from google.golang.org/grpc
google.golang.org/grpc/internal/channelz from google.golang.org/grpc+
google.golang.org/grpc/internal/credentials from google.golang.org/grpc/credentials
google.golang.org/grpc/internal/envconfig from google.golang.org/grpc+
google.golang.org/grpc/internal/grpclog from google.golang.org/grpc/grpclog
google.golang.org/grpc/internal/grpcrand from google.golang.org/grpc+
google.golang.org/grpc/internal/grpcsync from google.golang.org/grpc
google.golang.org/grpc/internal/grpcutil from google.golang.org/grpc+
google.golang.org/grpc/internal/resolver/dns from google.golang.org/grpc
google.golang.org/grpc/internal/resolver/passthrough from google.golang.org/grpc
google.golang.org/grpc/internal/serviceconfig from google.golang.org/grpc
google.golang.org/grpc/internal/status from google.golang.org/grpc/status
google.golang.org/grpc/internal/syscall from google.golang.org/grpc/internal/transport
google.golang.org/grpc/internal/transport from google.golang.org/grpc
google.golang.org/grpc/keepalive from google.golang.org/grpc+
google.golang.org/grpc/metadata from github.com/grpc-ecosystem/go-grpc-middleware/util/metautils+
google.golang.org/grpc/peer from github.com/grpc-ecosystem/go-grpc-middleware/tags+
google.golang.org/grpc/resolver from google.golang.org/grpc+
google.golang.org/grpc/serviceconfig from google.golang.org/grpc+
google.golang.org/grpc/stats from google.golang.org/grpc+
google.golang.org/grpc/status from berty.tech/berty/v2/go/pkg/bertymessenger+
google.golang.org/grpc/tap from google.golang.org/grpc+
google.golang.org/grpc/test/bufconn from berty.tech/berty/v2/go/internal/grpcutil+
google.golang.org/protobuf/encoding/protojson from github.com/golang/protobuf/jsonpb
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/json from google.golang.org/protobuf/encoding/protojson
google.golang.org/protobuf/internal/encoding/messageset from google.golang.org/protobuf/encoding/protojson+
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/protojson+
google.golang.org/protobuf/internal/fieldsort from google.golang.org/protobuf/internal/impl+
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/protojson+
google.golang.org/protobuf/internal/genid from google.golang.org/protobuf/encoding/protojson+
💣 google.golang.org/protobuf/internal/impl from google.golang.org/protobuf/internal/filetype+
google.golang.org/protobuf/internal/mapsort from google.golang.org/protobuf/encoding/prototext+
google.golang.org/protobuf/internal/pragma from google.golang.org/protobuf/encoding/protojson+
google.golang.org/protobuf/internal/set from google.golang.org/protobuf/encoding/protojson+
💣 google.golang.org/protobuf/internal/strs from google.golang.org/protobuf/encoding/protojson+
google.golang.org/protobuf/internal/version from google.golang.org/protobuf/runtime/protoimpl
google.golang.org/protobuf/proto from github.com/golang/protobuf/jsonpb+
google.golang.org/protobuf/reflect/protodesc from github.com/golang/protobuf/descriptor
💣 google.golang.org/protobuf/reflect/protoreflect from github.com/golang/protobuf/descriptor+
google.golang.org/protobuf/reflect/protoregistry from github.com/golang/protobuf/jsonpb+
google.golang.org/protobuf/runtime/protoiface from github.com/golang/protobuf/proto+
google.golang.org/protobuf/runtime/protoimpl from github.com/golang/protobuf/descriptor+
google.golang.org/protobuf/types/descriptorpb from github.com/golang/protobuf/protoc-gen-go/descriptor+
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/fieldmaskpb from google.golang.org/genproto/protobuf/field_mask
google.golang.org/protobuf/types/known/timestamppb from github.com/golang/protobuf/ptypes/timestamp
google.golang.org/protobuf/types/known/wrapperspb from github.com/golang/protobuf/ptypes/wrappers
💣 gopkg.in/cheggaaa/pb.v1 from github.com/ipfs/go-ipfs/core/commands+
gopkg.in/square/go-jose.v2 from berty.tech/berty/v2/go/pkg/bertyprotocol
gopkg.in/square/go-jose.v2/cipher from gopkg.in/square/go-jose.v2
gopkg.in/square/go-jose.v2/json from gopkg.in/square/go-jose.v2
gopkg.in/yaml.v3 from github.com/stretchr/testify/assert
gorm.io/driver/sqlite from berty.tech/berty/v2/go/pkg/bertymessenger
gorm.io/gorm from berty.tech/berty/v2/go/pkg/bertymessenger+
gorm.io/gorm/callbacks from gorm.io/driver/sqlite
gorm.io/gorm/clause from berty.tech/berty/v2/go/pkg/bertymessenger+
gorm.io/gorm/logger from berty.tech/berty/v2/go/pkg/bertymessenger+
gorm.io/gorm/migrator from gorm.io/driver/sqlite
gorm.io/gorm/schema from gorm.io/driver/sqlite+
gorm.io/gorm/utils from gorm.io/gorm+
moul.io/openfiles from berty.tech/berty/v2/go/internal/sysutil
moul.io/srand from berty.tech/berty/v2/go/cmd/betabot+
moul.io/u from berty.tech/berty/v2/go/cmd/betabot+
moul.io/zapconfig from berty.tech/berty/v2/go/cmd/betabot
moul.io/zapgorm2 from berty.tech/berty/v2/go/pkg/bertymessenger
rsc.io/qr from github.com/mdp/qrterminal/v3
rsc.io/qr/coding from rsc.io/qr
rsc.io/qr/gf256 from rsc.io/qr/coding
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/ed25519 from berty.tech/berty/v2/go/internal/cryptoutil+
golang.org/x/crypto/hkdf from berty.tech/berty/v2/go/pkg/bertyprotocol+
golang.org/x/crypto/nacl/box from berty.tech/berty/v2/go/internal/handshake+
golang.org/x/crypto/nacl/secretbox from berty.tech/berty/v2/go/pkg/bertyprotocol+
golang.org/x/crypto/pbkdf2 from gopkg.in/square/go-jose.v2
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 berty.tech/berty/v2/go/pkg/bertyprotocol
golang.org/x/net/dns/dnsmessage from net
golang.org/x/net/html from golang.org/x/net/html/charset
golang.org/x/net/html/atom from golang.org/x/net/html
golang.org/x/net/html/charset from github.com/huin/goupnp
golang.org/x/net/http/httpguts from golang.org/x/net/http2+
golang.org/x/net/http/httpproxy from net/http
golang.org/x/net/http2 from github.com/improbable-eng/grpc-web/go/grpcweb+
golang.org/x/net/http2/hpack from golang.org/x/net/http2+
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/sync/semaphore from google.golang.org/api/support/bundler
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+
W golang.org/x/sys/windows/registry from github.com/gen2brain/beeep
golang.org/x/text/encoding from golang.org/x/net/html/charset+
golang.org/x/text/encoding/charmap from golang.org/x/net/html/charset+
golang.org/x/text/encoding/htmlindex from golang.org/x/net/html/charset
golang.org/x/text/encoding/internal from golang.org/x/text/encoding/charmap+
golang.org/x/text/encoding/japanese from golang.org/x/text/encoding/htmlindex
golang.org/x/text/encoding/korean from golang.org/x/text/encoding/htmlindex
golang.org/x/text/encoding/simplifiedchinese from golang.org/x/text/encoding/htmlindex
golang.org/x/text/encoding/traditionalchinese from golang.org/x/text/encoding/htmlindex
golang.org/x/text/encoding/unicode from golang.org/x/text/encoding/htmlindex
golang.org/x/text/language from golang.org/x/text/encoding/htmlindex
golang.org/x/text/runes from golang.org/x/text/encoding/unicode
golang.org/x/text/secure/bidirule from golang.org/x/net/idna
golang.org/x/text/transform from golang.org/x/net/html/charset+
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 berty.tech/berty/v2/go/pkg/bertymessenger+
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/apache/thrift/lib/go/thrift+
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/pkg/bertyprotocol
context from bazil.org/fuse/fs+
crypto from berty.tech/berty/v2/go/pkg/bertyprotocol+
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 berty.tech/berty/v2/go/pkg/bertyprotocol+
crypto/elliptic from crypto/ecdsa+
crypto/hmac from berty.tech/berty/v2/go/pkg/bertyprotocol+
crypto/md5 from crypto/tls+
crypto/rand from berty.tech/berty/v2/go/internal/cryptoutil+
crypto/rc4 from crypto/tls+
crypto/rsa from crypto/tls+
crypto/sha1 from crypto/tls+
crypto/sha256 from berty.tech/berty/v2/go/internal/cryptoutil+
crypto/sha512 from crypto/ecdsa+
crypto/subtle from crypto/aes+
crypto/tls from github.com/apache/thrift/lib/go/thrift+
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/betabot+
encoding/binary from archive/zip+
encoding/csv from github.com/gabriel-vasile/mimetype/internal/matchers
encoding/hex from berty.tech/berty/v2/go/pkg/bertyprotocol+
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/betabot+
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 berty.tech/berty/v2/go/pkg/bertyprotocol+
image from github.com/skip2/go-qrcode+
image/color from github.com/skip2/go-qrcode+
image/png from github.com/skip2/go-qrcode
io from archive/tar+
io/ioutil from archive/tar+
log from bazil.org/fuse+
math from archive/tar+
math/big from berty.tech/berty/v2/go/pkg/bertyprotocol+
math/bits from berty.tech/berty/v2/go/internal/handshake+
math/rand from berty.tech/berty/v2/go/cmd/betabot+
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/internal/grpcutil+
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/grpc-ecosystem/grpc-gateway/runtime+
net/url from berty.tech/berty/v2/go/pkg/bertymessenger+
os from archive/tar+
os/exec from bazil.org/fuse+
os/signal from berty.tech/berty/v2/go/cmd/betabot+
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 github.com/bren2010/proquint+
regexp/syntax from regexp
runtime/debug from github.com/apache/thrift/lib/go/thrift+
runtime/pprof from go.opencensus.io/tag
runtime/trace from go.opentelemetry.io/otel/sdk/trace+
sort from archive/tar+
strconv from archive/tar+
strings from archive/tar+
sync from archive/tar+
sync/atomic from berty.tech/berty/v2/go/internal/grpcutil+
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/go-toast/toast+
text/template/parse from html/template+
time from archive/tar+
unicode from bytes+
unicode/utf16 from encoding/asn1+
unicode/utf8 from archive/zip+