Skip to content

Commit fcf4e69

Browse files
author
Guangming Wang
committed
run hack/update-bazel.sh
1 parent 0776bc6 commit fcf4e69

File tree

1 file changed

+1
-1
lines changed
  • test/e2e/framework/testfiles

1 file changed

+1
-1
lines changed

test/e2e/framework/testfiles/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go_library(
55
srcs = ["testfiles.go"],
66
importpath = "k8s.io/kubernetes/test/e2e/framework/testfiles",
77
visibility = ["//visibility:public"],
8-
deps = ["//vendor/github.com/onsi/ginkgo:go_default_library"],
8+
deps = ["//test/e2e/framework/log:go_default_library"],
99
)
1010

1111
filegroup(

0 commit comments

Comments
 (0)