github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/tools/tools.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 //go:build tools 5 // +build tools 6 7 package tools 8 9 import ( 10 _ "github.com/golang/mock/mockgen" 11 _ "github.com/mitchellh/gox" 12 _ "github.com/nishanths/exhaustive" 13 _ "golang.org/x/tools/cmd/cover" 14 _ "golang.org/x/tools/cmd/stringer" 15 _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc" 16 _ "honnef.co/go/tools/cmd/staticcheck" 17 )