blob: 4dbf07b5d79da8dc3c8eccf94a05a5d8d0b76316 [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.larrymyers.com/protoc-gen-twirp_typescript"
_ "golang.org/x/tools/cmd/goimports"
)