Merge pull request #99 from ipfs/fix/minimal-encoding
fix: enforce minimal encoding
Showing
... | ... | @@ -2,7 +2,8 @@ module github.com/ipfs/go-cid |
require ( | ||
github.com/multiformats/go-multibase v0.0.1 | ||
github.com/multiformats/go-multihash v0.0.10 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/multiformats/go-varint v0.0.5 | ||
) | ||
go 1.13 |
Please register or sign in to comment