Merge pull request #27 from ipfs/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.14
Bump github.com/multiformats/go-multihash from 0.0.13 to 0.0.14
Showing
... | ... | @@ -3,5 +3,5 @@ module github.com/ipfs/go-block-format |
require ( | ||
github.com/ipfs/go-cid v0.0.5 | ||
github.com/ipfs/go-ipfs-util v0.0.2 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/multiformats/go-multihash v0.0.14 | ||
) |
... | ... | @@ -36,6 +36,7 @@ github.com/multiformats/go-multihash v0.0.9 h1:aoijQXYYl7Xtb2pUUP68R+ys1TlnlR3eX |
github.com/multiformats/go-multihash v0.0.9/go.mod h1:YSLudS+Pi8NHE7o6tb3D8vrpKa63epEDmG8nTduyAew= | ||
github.com/multiformats/go-multihash v0.0.13 h1:06x+mk/zj1FoMsgNejLpy6QTvJqlSt/BhLEy87zidlc= | ||
github.com/multiformats/go-multihash v0.0.13/go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc= | ||
github.com/multiformats/go-multihash v0.0.14/go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc= | ||
github.com/multiformats/go-varint v0.0.5 h1:XVZwSo04Cs3j/jS0uAEPpT3JY6DzMcVLLoWOSnCxOjg= | ||
github.com/multiformats/go-varint v0.0.5/go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXSrVKRY101jdMZYE= | ||
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= | ||
... | ... |
Please register or sign in to comment