Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.13...v0.0.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module github.com/ipfs/go-cid
|
|
|
|
require (
|
|
github.com/multiformats/go-multibase v0.0.3
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
github.com/multiformats/go-varint v0.0.5
|
|
)
|
|
|
|
go 1.13
|