Remove defunct references to "vendor"

This commit is contained in:
Tim Hockin
2024-01-15 15:56:21 -08:00
parent 7f5982e708
commit d772f7719d
23 changed files with 56 additions and 175 deletions

View File

@@ -41,7 +41,6 @@ find_files() {
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/vendor/*' \
-o -wholename './staging/src/k8s.io/client-go/*vendor/*' \
\) -prune \
\) -name '*.go'
}