module berty.tech/go-ipfs-log go 1.13 require ( github.com/btcsuite/btcd v0.20.1-beta github.com/hashicorp/golang-lru v0.5.4 github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 github.com/ipfs/go-cid v0.0.6 github.com/ipfs/go-datastore v0.4.4 github.com/ipfs/go-ipfs v0.6.0 github.com/ipfs/go-ipld-cbor v0.0.4 github.com/ipfs/go-ipld-format v0.2.0 github.com/ipfs/go-log/v2 v2.1.1 // indirect github.com/ipfs/interface-go-ipfs-core v0.3.0 github.com/libp2p/go-libp2p v0.10.0 github.com/libp2p/go-libp2p-core v0.6.0 github.com/libp2p/go-openssl v0.0.6 // indirect github.com/mr-tron/base58 v1.2.0 // indirect github.com/multiformats/go-multibase v0.0.3 github.com/multiformats/go-multihash v0.0.14 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1 github.com/stretchr/testify v1.6.1 github.com/whyrusleeping/cbor-gen v0.0.0-20200715143311-227fab5a2377 // indirect go.uber.org/goleak v1.0.0 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )