Files
weave-scope/prog/tools.go

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"
)