Add a dependency debugging directory.

This commit is contained in:
monopole
2021-05-04 22:11:52 -07:00
parent 02dff45d7d
commit a0edb2d966
4 changed files with 765 additions and 0 deletions

11
cmd/depprobcheck/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module sigs.k8s.io/kustomize/cmd/clientgocheck
go 1.16
require (
k8s.io/cli-runtime v0.20.4
// k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
// k8s.io/kube-openapi v0.0.0-20210419153605-00de3ae54c30
k8s.io/kube-openapi v0.0.0-20210323165736-1a6458611d18
//github.com/go-openapi/swag v0.19.5
)