run hack/update-bazel.sh

This commit is contained in:
Guangming Wang 2019-08-27 17:48:46 +08:00
parent 0776bc67ec
commit fcf4e69640

View File

@ -5,7 +5,7 @@ go_library(
srcs = ["testfiles.go"],
importpath = "k8s.io/kubernetes/test/e2e/framework/testfiles",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/onsi/ginkgo:go_default_library"],
deps = ["//test/e2e/framework/log:go_default_library"],
)
filegroup(