module github.com/blocktree/filecoin-adapter go 1.13 require ( github.com/asdine/storm v2.1.2+incompatible github.com/astaxie/beego v1.12.1 github.com/blocktree/go-owaddress v1.1.7 github.com/blocktree/go-owcrypt v1.1.2 github.com/blocktree/openwallet/v2 v2.0.4 github.com/ethereum/go-ethereum v1.9.9 github.com/filecoin-project/go-address v0.0.2-0.20200218010043-eb9bb40ed5be github.com/filecoin-project/go-crypto v0.0.0-20191218222705-effae4ea9f03 github.com/filecoin-project/specs-actors v0.8.0 github.com/imroc/req v0.2.4 github.com/ipfs/go-block-format v0.0.2 github.com/ipfs/go-cid v0.0.6 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 github.com/mr-tron/base58 v1.1.3 github.com/multiformats/go-multihash v0.0.13 github.com/multiformats/go-varint v0.0.5 github.com/prometheus/common v0.6.0 github.com/shopspring/decimal v0.0.0-20200105231215-408a2507e114 github.com/tidwall/gjson v1.3.5 github.com/whyrusleeping/cbor-gen v0.0.0-20200723185710-6a3894a6352b golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 )