forked from cerc-io/ipld-eth-server
12 lines
426 B
Modula-2
12 lines
426 B
Modula-2
module github.com/multiformats/go-multihash
|
|
|
|
require (
|
|
github.com/gxed/hashland/keccakpg v0.0.1
|
|
github.com/gxed/hashland/murmur3 v0.0.1
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
|
github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16
|
|
github.com/mr-tron/base58 v1.1.0
|
|
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
|
|
golang.org/x/sys v0.0.0-20190219092855-153ac476189d // indirect
|
|
)
|