mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-12 15:54:09 +00:00
f0762b1814
* refactor baseline test out of private repo * rm references to attackers * fix default plan name & add widget to override * add configs for local runners * update runner notebook intro text * fix build tags * increase setup time in saved configs
9 lines
295 B
Modula-2
9 lines
295 B
Modula-2
// This module only exists so that our script can invoke tracestat using `go run` instead of having to
|
|
// install the tracestat binary.
|
|
|
|
module github.com/libp2p/test-plans/pubsub/scripts
|
|
|
|
go 1.14
|
|
|
|
require github.com/libp2p/go-libp2p-pubsub-tracer v0.0.0-20200120141315-151ce254cf29 // indirect
|