13 lines
366 B
Modula-2
13 lines
366 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 v1.0.0
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/multiformats/go-varint v0.0.6
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
|
|
)
|
|
|
|
go 1.13
|