module github.com/chenjianmei111/specs-actors/v2 go 1.13 require ( github.com/chenjianmei111/go-address v0.0.7 github.com/chenjianmei111/go-amt-ipld/v2 v2.1.2 github.com/chenjianmei111/go-bitfield v0.2.5 github.com/chenjianmei111/go-hamt-ipld v0.1.6 github.com/chenjianmei111/go-hamt-ipld/v2 v2.0.1 github.com/chenjianmei111/go-state-types v0.2.1 github.com/chenjianmei111/specs-actors v0.9.46 github.com/ipfs/go-block-format v0.0.3 github.com/ipfs/go-cid v0.0.7 github.com/ipfs/go-ipld-cbor v0.0.5 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 github.com/minio/sha256-simd v1.0.0 github.com/multiformats/go-multihash v0.0.15 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291 github.com/xorcare/golden v0.7.1 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 )