module berty.tech/berty/v2 go 1.14 require ( berty.tech/go-ipfs-log v1.1.0 berty.tech/go-orbit-db v1.5.0 berty.tech/ipfs-webui-packed v1.0.0-v2.9.0-4 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/dgraph-io/badger v1.6.1 github.com/gdamore/tcell v1.3.0 github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.4.2 github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.14.6 github.com/improbable-eng/grpc-web v0.11.0 github.com/ipfs/go-cid v0.0.6 github.com/ipfs/go-datastore v0.4.4 github.com/ipfs/go-ds-badger v0.2.4 github.com/ipfs/go-ipfs v0.6.0 github.com/ipfs/go-ipfs-config v0.8.0 github.com/ipfs/go-ipfs-keystore v0.0.1 github.com/ipfs/go-log v1.0.4 github.com/ipfs/interface-go-ipfs-core v0.3.0 github.com/itsTurnip/dishooks v0.0.0-20200206125049-b4fc7c7b042e github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b github.com/libp2p/go-libp2p v0.10.0 github.com/libp2p/go-libp2p-circuit v0.2.3 github.com/libp2p/go-libp2p-core v0.6.0 github.com/libp2p/go-libp2p-discovery v0.4.0 github.com/libp2p/go-libp2p-kad-dht v0.8.2 github.com/libp2p/go-libp2p-quic-transport v0.6.0 github.com/libp2p/go-libp2p-record v0.1.3 github.com/libp2p/go-libp2p-rendezvous v0.0.0-20190708065449-737144165c9e github.com/libp2p/go-libp2p-transport-upgrader v0.3.0 github.com/mdp/qrterminal/v3 v3.0.0 github.com/multiformats/go-multiaddr v0.2.2 github.com/multiformats/go-multiaddr-dns v0.2.0 github.com/multiformats/go-multiaddr-fmt v0.1.0 github.com/multiformats/go-multiaddr-net v0.1.5 github.com/multiformats/go-multihash v0.0.13 github.com/multiformats/go-multistream v0.1.1 github.com/oklog/run v1.1.0 github.com/peterbourgon/ff v1.6.0 github.com/pkg/errors v0.9.1 github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498 github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0 github.com/skip2/go-qrcode v0.0.0-20200519171959-a3b48390827e github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.6.1 go.opentelemetry.io/otel v0.6.0 go.opentelemetry.io/otel/exporters/trace/jaeger v0.6.0 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect golang.org/x/text v0.3.3 // indirect google.golang.org/genproto v0.0.0-20200624020401-64a14ca9d1ad google.golang.org/grpc v1.30.0 google.golang.org/protobuf v1.25.0 // indirect moul.io/godev v1.6.0 moul.io/srand v1.4.0 )