mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Add a dependency debugging directory.
This commit is contained in:
11
cmd/depprobcheck/go.mod
Normal file
11
cmd/depprobcheck/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user