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-orbit-db v1.10.9 berty.tech/ipfs-webui-packed v1.0.0-v2.9.0-4 github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect 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/buicongtan1997/protoc-gen-swagger-config v0.0.0-20190801162412-b6396e884596 github.com/campoy/embedmd v1.0.0 github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect github.com/daixiang0/gci v0.2.4 github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect github.com/dgraph-io/badger v1.6.1 github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/fabiokung/shm v0.0.0-20150728212823-2852b0d79bae github.com/gdamore/tcell v1.3.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.3.0+incompatible 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/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.4 github.com/ipfs/go-graphsync v0.2.0 // indirect github.com/ipfs/go-ipfs v0.7.0 github.com/ipfs/go-ipfs-config v0.9.0 github.com/ipfs/go-ipfs-keystore v0.0.1 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/kr/text v0.2.0 // indirect github.com/libp2p/go-libp2p v0.11.0 github.com/libp2p/go-libp2p-circuit v0.3.1 github.com/libp2p/go-libp2p-core v0.6.1 github.com/libp2p/go-libp2p-discovery v0.5.0 github.com/libp2p/go-libp2p-kad-dht v0.9.0 github.com/libp2p/go-libp2p-pubsub v0.3.5 github.com/libp2p/go-libp2p-quic-transport v0.8.1 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/libp2p/go-yamux v1.3.8 // indirect github.com/markbates/pkger v0.17.1 github.com/matryer/resync v0.0.0-20161211202428-d39c09a11215 github.com/mattn/go-sqlite3 v1.14.3 github.com/mdomke/git-semver/v5 v5.0.0-20201005111252-b4a200caa9a7 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/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.1.2 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/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-20200914232109-e09ee10c1824 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-20200820211705-5c72a883971a golang.org/x/mobile v0.0.0-20200801112145-973feb4309de golang.org/x/net v0.0.0-20200822124328-c89045814202 golang.org/x/tools v0.0.0-20200917221617-d56e4e40bc9d golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 google.golang.org/grpc v1.32.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.3 gorm.io/gorm v1.20.2 moul.io/godev v1.7.0 moul.io/openfiles v1.2.0 moul.io/srand v1.6.0 moul.io/testman v1.5.0 moul.io/u v1.18.0 moul.io/zapconfig v1.0.0 moul.io/zapfilter v1.6.0 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/ipld/go-car => github.com/Jorropo/go-car v0.1.1 // temporary, see https://github.com/ipld/go-car/pull/34 github.com/lucas-clemente/quic-go => github.com/lucas-clemente/quic-go v0.18.0 // required by go1.15 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 )