mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-03-03 07:50:34 +00:00
14 lines
356 B
Modula-2
14 lines
356 B
Modula-2
|
module github.com/libp2p/test-plans/ping
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/libp2p/go-libp2p v0.10.0
|
||
|
github.com/libp2p/go-libp2p-core v0.6.0
|
||
|
github.com/libp2p/go-libp2p-noise v0.1.1
|
||
|
github.com/libp2p/go-libp2p-secio v0.2.2
|
||
|
github.com/libp2p/go-libp2p-tls v0.1.3
|
||
|
github.com/testground/sdk-go v0.2.3
|
||
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
||
|
)
|