Merge pull request #74378 from dims/do-not-use-ghodss-yaml-in-k/k

Avoid using ghodss/yaml - switch to our forked repo
This commit is contained in:
Kubernetes Prow Robot
2019-02-26 14:07:44 -08:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,8 @@
""
],
"ForbiddenPrefixes": [
"k8s.io/kubernetes/cmd"
"k8s.io/kubernetes/cmd",
"github.com/ghodss/yaml"
]
}
]