9 lines
215 B
Modula-2
9 lines
215 B
Modula-2
|
module github.com/libp2p/go-addr-util
|
||
|
|
||
|
require (
|
||
|
github.com/ipfs/go-log v0.0.1
|
||
|
github.com/multiformats/go-multiaddr v0.0.1
|
||
|
github.com/multiformats/go-multiaddr-net v0.0.1
|
||
|
github.com/whyrusleeping/mafmt v1.2.8
|
||
|
)
|