forked from m3db/m3db-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.go
More file actions
21 lines (19 loc) · 656 Bytes
/
tools.go
File metadata and controls
21 lines (19 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// +build tools
package tools
import (
_ "github.com/axw/gocov/gocov"
_ "github.com/cirocosta/grafana-sync"
_ "github.com/fossas/fossa-cli/cmd/fossa"
_ "github.com/garethr/kubeval"
_ "github.com/go-swagger/go-swagger/cmd/swagger"
_ "github.com/golang/mock/mockgen"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/m3db/build-tools/linters/badtime"
_ "github.com/m3db/build-tools/linters/importorder"
_ "github.com/m3db/build-tools/utilities/genclean"
_ "github.com/m3db/tools/update-license"
_ "github.com/rakyll/statik"
_ "golang.org/x/lint/golint"
_ "k8s.io/code-generator"
_ "k8s.io/kube-openapi/cmd/openapi-gen"
)