Commit 3574aba7 authored by m1093782566's avatar m1093782566

update bazel BUILD

parent 477b0f06
...@@ -8,7 +8,10 @@ go_library( ...@@ -8,7 +8,10 @@ go_library(
], ],
importpath = "k8s.io/kubernetes/pkg/util/ipset", importpath = "k8s.io/kubernetes/pkg/util/ipset",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = ["//vendor/k8s.io/utils/exec:go_default_library"], deps = [
"//vendor/github.com/golang/glog:go_default_library",
"//vendor/k8s.io/utils/exec:go_default_library",
],
) )
go_test( go_test(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment