Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.15 to 0.2.1. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.15...v0.2.1) --- updated-dependencies: - dependency-name: github.com/multiformats/go-multihash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
620 B
Modula-2
22 lines
620 B
Modula-2
module github.com/ipfs/go-cid
|
|
|
|
require (
|
|
github.com/multiformats/go-multibase v0.2.0
|
|
github.com/multiformats/go-multihash v0.2.1
|
|
github.com/multiformats/go-varint v0.0.6
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/multiformats/go-base32 v0.0.3 // indirect
|
|
github.com/multiformats/go-base36 v0.1.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
lukechampine.com/blake3 v1.1.6 // indirect
|
|
)
|
|
|
|
go 1.19
|