blob: c6650a8b6d66d73e404e85205c0196cc18c0b1d5 [file] [log] [blame]
//go:build tools
// Follows the best practice from https://github.com/golang/go/issues/25922#issuecomment-1038394599
// to keep Go tools referenced in go.mod in a way that doesn't have `go mod tidy` remove them.
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/99designs/gqlgen/graphql/introspection"
_ "github.com/bazelbuild/buildtools/buildifier"
)