Update go dependencies

This commit is contained in:
Manuel de Brito Fontes 2018-04-21 14:10:40 -03:00
parent 293223eea0
commit b7a799bf82
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
432 changed files with 37346 additions and 25783 deletions

View file

@ -18,6 +18,7 @@ filegroup(
"//third_party/forked/etcd237/pkg/fileutil:all-srcs",
"//third_party/forked/etcd237/wal:all-srcs",
"//third_party/forked/golang/expansion:all-srcs",
"//third_party/forked/golang/go/types:all-srcs",
"//third_party/forked/golang/reflect:all-srcs",
"//third_party/forked/golang/template:all-srcs",
"//third_party/forked/gonum/graph:all-srcs",

8
vendor/k8s.io/kubernetes/third_party/OWNERS generated vendored Normal file
View file

@ -0,0 +1,8 @@
reviewers:
- lavalamp
- smarterclayton
- thockin
approvers:
- lavalamp
- smarterclayton
- thockin

View file

@ -18,7 +18,6 @@ go_test(
name = "go_default_test",
srcs = ["expand_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/third_party/forked/golang/expansion",
deps = ["//pkg/apis/core:go_default_library"],
)