mirror of
https://github.com/libp2p/gossipsub-hardening.git
synced 2026-01-08 21:48:00 -05:00
9 lines
297 B
Modula-2
9 lines
297 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/gossipsub-hardening/scripts
|
|
|
|
go 1.14
|
|
|
|
require github.com/libp2p/go-libp2p-pubsub-tracer v0.0.0-20200120141315-151ce254cf29 // indirect
|