module github.com/filecoin-project/go-address go 1.13 require ( github.com/filecoin-project/go-crypto v0.0.0-20191218222705-effae4ea9f03 github.com/ipfs/go-ipld-cbor v0.0.4 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 github.com/multiformats/go-varint v0.0.5 github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1 github.com/stretchr/testify v1.4.0 github.com/whyrusleeping/cbor-gen v0.0.0-20200810223238-211df3b9e24c golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 )