Files
weave-scope/prog/tools.go
2021-04-04 13:47:27 +01:00

11 lines
233 B
Go

// Ensure go mod fetches files needed to build the Docker container;
// the build constraint ensures this file is ignored
// +build tools
package report
import (
_ "github.com/mjibson/esc"
_ "github.com/peterbourgon/runsvinit"
)