From 7e2c71f698a83595ea5b33d7af68b66c7fcd0e3d Mon Sep 17 00:00:00 2001 From: Anthony Howe Date: Tue, 28 Feb 2017 02:43:35 +0000 Subject: [PATCH] per Jenkin's test instructions run Run ./hack/update-bazel.sh --- pkg/proxy/winuserspace/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/proxy/winuserspace/BUILD b/pkg/proxy/winuserspace/BUILD index 9dc5e6188ff..e5921605acd 100644 --- a/pkg/proxy/winuserspace/BUILD +++ b/pkg/proxy/winuserspace/BUILD @@ -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", ], )