2019-06-09 07:24:20 +00:00
|
|
|
module github.com/multiformats/go-multiaddr
|
|
|
|
|
2021-06-16 20:19:45 +00:00
|
|
|
go 1.13
|
2019-10-04 15:21:24 +00:00
|
|
|
|
2021-06-16 20:19:45 +00:00
|
|
|
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
|
|
|
|
)
|