module github.com/filecoin-project/go-bs-lmdb go 1.15 require ( github.com/google/uuid v1.1.2 // indirect github.com/ipfs/go-block-format v0.0.2 github.com/ipfs/go-cid v0.0.7 github.com/ipfs/go-datastore v0.4.5 // indirect github.com/ipfs/go-ipfs-blockstore v1.0.3 github.com/ipfs/go-log v1.0.4 // indirect github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4 github.com/ledgerwatch/lmdb-go v1.17.4 github.com/minio/sha256-simd v0.1.1 // indirect github.com/mr-tron/base58 v1.2.0 // indirect github.com/multiformats/go-multihash v0.0.14 github.com/multiformats/go-varint v0.0.6 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/pkg/errors v0.9.1 github.com/raulk/go-bs-tests v0.0.4 github.com/stretchr/testify v1.6.1 go.uber.org/zap v1.16.0 // indirect golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect golang.org/x/tools v0.0.0-20200827010519-17fd2f27a9e3 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )