mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-27 07:04:56 +00:00
d0aa7c1ef7
* upgrade sdk-go for ping testplan * go mod tidy
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.11.0
|
|
github.com/libp2p/go-libp2p-core v0.7.0
|
|
github.com/libp2p/go-libp2p-noise v0.1.2
|
|
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.6
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
)
|