mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-23 18:20:36 -05:00
per Jenkin's test instructions run Run ./hack/update-bazel.sh
This commit is contained in:
parent
0e37f0a890
commit
7e2c71f698
1 changed files with 0 additions and 3 deletions
|
|
@ -26,10 +26,8 @@ go_library(
|
|||
"//pkg/util/slice:go_default_library",
|
||||
"//vendor:github.com/golang/glog",
|
||||
"//vendor:k8s.io/apimachinery/pkg/types",
|
||||
"//vendor:k8s.io/apimachinery/pkg/util/errors",
|
||||
"//vendor:k8s.io/apimachinery/pkg/util/net",
|
||||
"//vendor:k8s.io/apimachinery/pkg/util/runtime",
|
||||
"//vendor:k8s.io/apimachinery/pkg/util/wait",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -47,7 +45,6 @@ go_test(
|
|||
"//pkg/util/netsh/testing:go_default_library",
|
||||
"//vendor:k8s.io/apimachinery/pkg/apis/meta/v1",
|
||||
"//vendor:k8s.io/apimachinery/pkg/types",
|
||||
"//vendor:k8s.io/apimachinery/pkg/util/net",
|
||||
"//vendor:k8s.io/apimachinery/pkg/util/runtime",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue