blob: 27c0b012cb59a9c8f3e2c0f13e8b339dbf3f1555 [file] [log] [blame]
//go:build tools
// +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/skia-dev/protoc-gen-twirp_typescript"
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
_ "golang.org/x/tools/cmd/goimports"
)