blob: 174ce1a209ed8eed23bac3b94982979e9660271c [file] [log] [blame]
// +build tools
package main
// This file exists to ensure that tool dependencies (eg. goimports) which are
// not directly imported in our code actually get included in the go.mod file.
// For more information see the discussion on:
// https://github.com/golang/go/issues/25922
import (
_ "github.com/golang/protobuf/protoc-gen-go"
_ "github.com/google/go-licenses"
_ "github.com/kisielk/errcheck"
_ "github.com/vektra/mockery/cmd/mockery"
_ "go.chromium.org/luci/client/cmd/isolate"
_ "golang.org/x/tools/cmd/goimports"
)