mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 12:25:20 +00:00
10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module github.com/libp2p/go-libp2p-mplex
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/libp2p/go-libp2p-core v0.14.0
|
|
github.com/libp2p/go-libp2p-testing v0.8.0
|
|
github.com/libp2p/go-mplex v0.6.0
|
|
)
|