mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-13 00:04:17 +00:00
fb5c863d88
* plan/ping: fix test & use go 1.17 * plan/ping: fix dedup path * ping-interop: prepare base module and build script * ping-interop/go-v0.11: introduce legacy ping test (fix original) * ci: add interop reusable workflow * ci: add testground endpoint config * ping-interop: rewrite with new testground build config feature * ping-interop: add v0.20 version * ping-interop: fix build parameters * ci: add ping-interop-go runner * ci: use self hosted runner * ping-interop: name with the current git branch * ping-interop: use external proxy & drop build cache * ping-interop: support dependencies changes in go master * ping-interop: using longer timeout with regulars runners * ping-interop: move to ping * README: add ping/go update intructions * ci: rename compatibility test * ci: add support for forks * ping: add doc * REMOVEME: use a test setup * ping: update libp2p versions * ping: add security compat * ping: smaller compat surface
13 lines
348 B
Modula-2
13 lines
348 B
Modula-2
module github.com/libp2p/test-plans/ping/go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/libp2p/go-libp2p v0.17.0
|
|
github.com/libp2p/go-libp2p-core v0.13.0
|
|
github.com/libp2p/go-libp2p-noise v0.3.0
|
|
github.com/libp2p/go-libp2p-tls v0.3.1
|
|
github.com/testground/sdk-go v0.3.1-0.20211012114808-49c90fa75405
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
)
|