libp2p-test-plans/pubsub/scripts/go.mod

9 lines
295 B
Modula-2
Raw Normal View History

// 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