Purge almost all memories of godep

This commit is contained in:
Tim Hockin
2020-05-07 19:34:58 -07:00
parent fad9e0650a
commit 04c2b1fbdc
5 changed files with 2 additions and 8 deletions

View File

@@ -155,7 +155,7 @@ def file_extension(filename):
return os.path.splitext(filename)[1].split(".")[-1].lower()
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
skipped_dirs = ['third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
"vendor", "test/e2e/generated/bindata.go", "hack/boilerplate/test",
"staging/src/k8s.io/kubectl/pkg/generated/bindata.go"]