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

@@ -15,7 +15,6 @@ go_library(
"types.go",
"validation.go",
],
tags = ["automanaged"],
deps = [
"//pkg/api:go_default_library",
"//pkg/api/util:go_default_library",
@@ -34,7 +33,6 @@ go_test(
"validation_test.go",
],
data = ["//api/openapi-spec:swagger-spec"],
tags = ["automanaged"],
deps = [
":go_default_library",
"//pkg/api/testapi:go_default_library",