mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Remove tool deps from shippable modules.
This commit is contained in:
@@ -2,6 +2,9 @@ module sigs.k8s.io/kustomize/hack
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/golangci/golangci-lint v1.23.8
|
||||
require (
|
||||
github.com/golangci/golangci-lint v1.23.8
|
||||
golang.org/x/tools v0.0.0-20200204192400-7124308813f3
|
||||
)
|
||||
|
||||
exclude github.com/golangci/golangci-lint v1.24.0
|
||||
|
||||
@@ -5,5 +5,8 @@
|
||||
package hack
|
||||
|
||||
import (
|
||||
// for code generation
|
||||
_ "golang.org/x/tools/cmd/stringer"
|
||||
// for lint checks
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user