forked from berty/berty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
136 lines (133 loc) · 6.32 KB
/
go.mod
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
module berty.tech/berty/v2
go 1.14
require (
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05 // indirect
berty.tech/go-ipfs-log v1.2.6
berty.tech/go-libp2p-tor-transport v0.8.4
berty.tech/go-orbit-db v1.10.11
berty.tech/ipfs-webui-packed v1.0.0-v2.11.4-1
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/aead/ecdh v0.2.0
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/atotto/clipboard v0.1.2
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/buicongtan1997/protoc-gen-swagger-config v0.0.0-20190801162412-b6396e884596
github.com/campoy/embedmd v1.0.0
github.com/daixiang0/gci v0.2.7
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/denisbrodbeck/machineid v1.0.1
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger v1.6.2
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/eknkc/basex v1.0.0
github.com/fabiokung/shm v0.0.0-20150728212823-2852b0d79bae
github.com/fatih/color v1.10.0
github.com/gdamore/tcell v1.4.0
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
github.com/githubnemo/CompileDaemon v1.2.1
github.com/gobuffalo/here v0.6.2 // indirect
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/google/gopacket v1.1.19 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/improbable-eng/grpc-web v0.13.0
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ds-badger v0.2.6
github.com/ipfs/go-ipfs v0.7.1-0.20201116220946-79a55305e935
github.com/ipfs/go-ipfs-config v0.11.0
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipfs-keystore v0.0.1
github.com/ipfs/go-ipld-cbor v0.0.5
github.com/ipfs/go-log/v2 v2.1.1
github.com/ipfs/interface-go-ipfs-core v0.4.0
github.com/itsTurnip/dishooks v0.0.0-20200206125049-b4fc7c7b042e
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
github.com/kisielk/errcheck v1.4.0 // indirect
github.com/koron/go-ssdp v0.0.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/libp2p/go-libp2p v0.13.0
github.com/libp2p/go-libp2p-circuit v0.4.0
github.com/libp2p/go-libp2p-core v0.8.0
github.com/libp2p/go-libp2p-discovery v0.5.0
github.com/libp2p/go-libp2p-kad-dht v0.11.1
github.com/libp2p/go-libp2p-noise v0.1.2 // indirect
github.com/libp2p/go-libp2p-pubsub v0.4.0
github.com/libp2p/go-libp2p-quic-transport v0.10.0
github.com/libp2p/go-libp2p-record v0.1.3
github.com/libp2p/go-libp2p-rendezvous v0.0.0-20180418151804-b7dd840ce441
github.com/libp2p/go-libp2p-transport-upgrader v0.4.0
github.com/libp2p/go-netroute v0.1.4 // indirect
github.com/markbates/pkger v0.17.1
github.com/mattn/go-sqlite3 v1.14.6
github.com/mdomke/git-semver/v5 v5.0.0
github.com/mdp/qrterminal v1.0.1
github.com/mdp/qrterminal/v3 v3.0.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr-dns v0.2.0
github.com/multiformats/go-multiaddr-fmt v0.1.0
github.com/multiformats/go-multihash v0.0.14
github.com/multiformats/go-multistream v0.2.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/run v1.1.0
github.com/pborman/uuid v1.2.1 // indirect
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/pseudomuto/protoc-gen-doc v1.3.2
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.6.1
github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
github.com/tj/assert v0.0.3
github.com/zcalusic/sysinfo v0.0.0-20200820110305-ef1bb2697bc2
go.opencensus.io v0.22.5 // indirect
go.opentelemetry.io/otel v0.8.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.8.0
go.uber.org/goleak v1.1.10
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5 // indirect
google.golang.org/grpc v1.34.0
google.golang.org/grpc/examples v0.0.0-20200922230038-4e932bbcb079
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/square/go-jose.v2 v2.5.1
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.9
moul.io/godev v1.7.0
moul.io/openfiles v1.2.0
moul.io/progress v1.3.2
moul.io/srand v1.6.1
moul.io/testman v1.5.0
moul.io/u v1.20.0
moul.io/zapconfig v1.3.0
moul.io/zapfilter v1.6.1
moul.io/zapgorm2 v1.0.1
mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d
)
replace (
bazil.org/fuse => bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc // specific version for iOS building
github.com/agl/ed25519 => github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // latest commit before the author shutdown the repo; see https://github.com/golang/go/issues/20504
github.com/ipfs/go-ipfs => github.com/Jorropo/go-ipfs v0.4.20-0.20201127133049-9632069f4448 // temporary, see https://github.com/ipfs/go-ipfs/issues/7791
github.com/libp2p/go-libp2p-rendezvous => github.com/berty/go-libp2p-rendezvous v0.0.0-20201028141428-5b2e7e8ff19a // use berty fork of go-libp2p-rendezvous
github.com/libp2p/go-libp2p-swarm => github.com/Jorropo/go-libp2p-swarm v0.4.2 // temporary, see https://github.com/libp2p/go-libp2p-swarm/pull/227
github.com/peterbourgon/ff/v3 => github.com/moul/ff/v3 v3.0.1 // temporary, see https://github.com/peterbourgon/ff/pull/67, https://github.com/peterbourgon/ff/issues/68
golang.org/x/mobile => github.com/aeddi/mobile v0.0.1 // temporary, see https://github.com/golang/mobile/pull/58
)