mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-25 17:15:14 +00:00
12 lines
378 B
Modula-2
12 lines
378 B
Modula-2
module github.com/libp2p/go-libp2p-net
|
|
|
|
require (
|
|
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
|
|
github.com/libp2p/go-libp2p-crypto v0.0.1
|
|
github.com/libp2p/go-libp2p-peer v0.0.1
|
|
github.com/libp2p/go-libp2p-peerstore v0.0.1
|
|
github.com/libp2p/go-libp2p-protocol v0.0.1
|
|
github.com/libp2p/go-stream-muxer v0.0.1
|
|
github.com/multiformats/go-multiaddr v0.0.1
|
|
)
|