mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Pin tool versions using go modules
This pins down the versions of various tools used in the building, testing, and linting of kustomize. This will provide more consistency across contributors' and travis' environments.
This commit is contained in:
9
tools/tools.go
Normal file
9
tools/tools.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
// These imports are all tools used in the building and testing process
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
_ "github.com/monopole/mdrip"
|
||||
)
|
||||
Reference in New Issue
Block a user