blob: 2f2cdf8b1a3782a3d1e9b2738b5841743f162f0c [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/twitchtv/twirp/protoc-gen-twirp"
_ "go.chromium.org/luci/client/cmd/isolate"
_ "go.larrymyers.com/protoc-gen-twirp_typescript"
_ "golang.org/x/tools/cmd/goimports"
)