opentofu/tools/tools.go
2020-06-17 11:04:43 -04:00

11 lines
180 B
Go

// +build tools
package tools
import (
_ "github.com/golang/mock/mockgen"
_ "github.com/mitchellh/gox"
_ "golang.org/x/tools/cmd/cover"
_ "golang.org/x/tools/cmd/stringer"
)