tools/tools.go (9 lines of code) (raw):
//go:build tools
// +build tools
package tools
import (
_ "github.com/client9/misspell/cmd/misspell"
_ "github.com/goreleaser/goreleaser/v2"
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
_ "github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen"
_ "go.uber.org/mock/mockgen"
_ "gopkg.in/yaml.v3"
)