Merge pull request #2437 from phanimarupaka/ValidationSubstName

Avoid Setter and Substitution with same name
This commit is contained in:
Kubernetes Prow Robot
2020-05-07 14:09:42 -07:00
committed by GitHub
5 changed files with 108 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ go 1.13
require (
github.com/go-errors/errors v1.0.1
github.com/go-openapi/spec v0.19.5
github.com/olekukonko/tablewriter v0.0.4
github.com/posener/complete/v2 v2.0.1-alpha.12
github.com/spf13/cobra v1.0.0