mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
11 lines
180 B
Go
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"
|
|
)
|