2019-06-09 07:24:20 +00:00
|
|
|
module github.com/multiformats/go-multihash
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771
|
2021-06-16 20:19:45 +00:00
|
|
|
github.com/mr-tron/base58 v1.1.3
|
|
|
|
github.com/multiformats/go-varint v0.0.5
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2019-10-04 15:21:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
|
2019-06-09 07:24:20 +00:00
|
|
|
)
|
2019-10-04 15:21:24 +00:00
|
|
|
|
|
|
|
go 1.13
|