Skip to content

Commit 04c2b1f

Browse files
committed
Purge almost all memories of godep
1 parent fad9e06 commit 04c2b1f

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

Diff for: .generated_files

-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ file-name generated.pb.go
2222
file-name generated.proto
2323
file-name types_swagger_doc_generated.go
2424

25-
path-prefix Godeps/
2625
path-prefix vendor/
2726
path-prefix pkg/generated/

Diff for: .gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ zz_generated_*_test.go
125125
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
126126
!\.drone\.sec
127127

128-
# Godeps workspace
129-
/Godeps/_workspace
130-
131128
/bazel-*
132129
*.pyc
133130

Diff for: build/common.sh

-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@ function kube::build::copy_output() {
730730
--prune-empty-dirs \
731731
--filter='- /_temp/' \
732732
--filter='+ /vendor/' \
733-
--filter='+ /Godeps/' \
734733
--filter='+ /staging/***/Godeps/**' \
735734
--filter='+ /_output/dockerized/bin/**' \
736735
--filter='+ zz_generated.*' \

Diff for: hack/boilerplate/boilerplate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def file_extension(filename):
155155
return os.path.splitext(filename)[1].split(".")[-1].lower()
156156

157157

158-
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
158+
skipped_dirs = ['third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
159159
"vendor", "test/e2e/generated/bindata.go", "hack/boilerplate/test",
160160
"staging/src/k8s.io/kubectl/pkg/generated/bindata.go"]
161161

Diff for: hack/make-rules/helpers/cache_go_dirs.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ function kfind() {
4646
\( \
4747
-path ./_\* -o \
4848
-path ./.\* -o \
49-
-path ./vendor -o \
50-
-path ./Godeps \
49+
-path ./vendor \
5150
\) -prune \
5251
\) \
5352
\) \

0 commit comments

Comments
 (0)