Update godeps

This commit is contained in:
Christoph Blecker
2018-11-06 16:23:59 -08:00
parent 64173fb46b
commit d15da2c586
25 changed files with 300 additions and 356 deletions

1
third_party/BUILD vendored
View File

@@ -22,6 +22,7 @@ filegroup(
"//third_party/forked/etcd221/wal:all-srcs",
"//third_party/forked/etcd237/pkg/fileutil:all-srcs",
"//third_party/forked/etcd237/wal:all-srcs",
"//third_party/forked/godep:all-srcs",
"//third_party/forked/golang/expansion:all-srcs",
"//third_party/forked/golang/reflect:all-srcs",
"//third_party/forked/golang/template:all-srcs",

View File

@@ -24,8 +24,7 @@ go_library(
"vcs.go",
"version.go",
],
importmap = "k8s.io/kubernetes/vendor/github.com/tools/godep",
importpath = "github.com/tools/godep",
importpath = "k8s.io/kubernetes/third_party/forked/godep",
visibility = ["//visibility:private"],
deps = [
"//vendor/github.com/kr/fs:go_default_library",