hack/tools: use logcheck v0.1.0 from sigs.k8s.io/logtools/logcheck

The code was moved out of k8s.io/klog into its own repo with proper
tagging. Functionally there is no difference.
This commit is contained in:
Patrick Ohly
2022-06-14 17:27:16 +02:00
parent 04c6c48463
commit 0284c6c06e
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/google/go-flow-levee/cmd/levee"
_ "honnef.co/go/tools/cmd/staticcheck"
_ "k8s.io/klog/hack/tools/logcheck"
_ "sigs.k8s.io/logtools/logcheck"
// benchmarking tools
_ "github.com/cespare/prettybench"