build: List go:generate tools in tools.go (#7599)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// This file is never built. It serves to establish dependencies on tools
|
||||
// used by go generate and build.go. See
|
||||
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
|
||||
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/calmh/xdr"
|
||||
_ "github.com/gogo/protobuf/protoc-gen-gogofast"
|
||||
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
||||
_ "golang.org/x/tools/cmd/goimports"
|
||||
)
|
||||
Reference in New Issue
Block a user