kubernetes/hack/tools/go.mod
Antonio Ojea 06f2d678ee update and verify netparse
Add script to verify that net.ParseIP and net.ParseCIDR are
not being used.

Add another script to automatically replace those functions
for the ones forked in k8s.io/utils/net
2021-08-20 10:42:09 +02:00

16 lines
461 B
Modula-2

module k8s.io/kubernetes/hack/tools
go 1.16
require (
github.com/aojea/sloppy-netparser v0.0.0-20210819225411-1b3bd8b3b975
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.41.1
github.com/google/go-flow-levee v0.1.5
gotest.tools/gotestsum v1.6.4
honnef.co/go/tools v0.2.0
k8s.io/klog/hack/tools v0.0.0-20210303110520-14dec3377f55
sigs.k8s.io/zeitgeist v0.2.0
)