ipld-eth-server/vendor/github.com/multiformats/go-multihash/go.mod
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

10 lines
287 B
Modula-2

module github.com/multiformats/go-multihash
require (
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/minio/sha256-simd v0.1.0
github.com/mr-tron/base58 v1.1.2
github.com/spaolacci/murmur3 v1.1.0
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
)