|
module github.com/multiformats/go-multiaddr
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/libp2p/go-maddr-filter v0.1.0
|
|
github.com/multiformats/go-multiaddr-net v0.2.0
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
github.com/multiformats/go-varint v0.0.6
|
|
)
|