Use buildozer to remove deprecated automanaged tags

This commit is contained in:
Jeff Grafton
2017-08-09 15:57:14 -07:00
parent 5f63711681
commit 33276f06be
2165 changed files with 24 additions and 2959 deletions

View File

@@ -14,7 +14,6 @@ go_library(
"parse.go",
"sort.go",
],
tags = ["automanaged"],
)
filegroup(

View File

@@ -24,7 +24,6 @@ go_library(
],
"//conditions:default": [],
}),
tags = ["automanaged"],
deps = [
"//vendor/golang.org/x/net/proxy:go_default_library",
] + select({

View File

@@ -14,7 +14,6 @@ go_library(
"config_client_ciphers.go",
"config_legacy_client_ciphers.go",
],
tags = ["automanaged"],
deps = ["//vendor/github.com/Sirupsen/logrus:go_default_library"],
)