mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 21:13:12 +00:00
11 lines
227 B
Modula-2
11 lines
227 B
Modula-2
module github.com/multiformats/go-multiaddr
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/libp2p/go-maddr-filter v0.1.0
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
github.com/multiformats/go-varint v0.0.6
|
|
)
|