feat: support decoding /p2p addresses that are encoded as CIDs
Showing
... | ... | @@ -3,6 +3,7 @@ module github.com/multiformats/go-multiaddr |
go 1.13 | ||
require ( | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/multiformats/go-multihash v0.0.14 | ||
github.com/multiformats/go-varint v0.0.6 | ||
) |
Please register or sign in to comment