Use buildozer to remove deprecated automanaged tags

This commit is contained in:
Jeff Grafton
2017-09-21 14:53:56 -07:00
parent 983ff4381f
commit 532bd482df
47 changed files with 0 additions and 64 deletions

View File

@@ -17,7 +17,6 @@ go_test(
"//conditions:default": [],
}),
library = ":go_default_library",
tags = ["automanaged"],
deps = select({
"@io_bazel_rules_go//go/platform:linux_amd64": [
"//pkg/api:go_default_library",
@@ -42,7 +41,6 @@ go_test(
go_library(
name = "go_default_library",
srcs = ["proxier.go"],
tags = ["automanaged"],
deps = [
"//pkg/api:go_default_library",
"//pkg/api/helper:go_default_library",