mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-06 20:15:27 +00:00
13 lines
347 B
Modula-2
13 lines
347 B
Modula-2
|
module github.com/libp2p/test-plans/ping/go
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/libp2p/go-libp2p v0.11.0
|
||
|
github.com/libp2p/go-libp2p-core v0.6.1
|
||
|
github.com/libp2p/go-libp2p-noise v0.1.2
|
||
|
github.com/libp2p/go-libp2p-tls v0.1.3
|
||
|
github.com/testground/sdk-go v0.3.1-0.20211012114808-49c90fa75405
|
||
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
||
|
)
|