mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Use buildozer to remove deprecated automanaged tags
This commit is contained in:
@@ -11,13 +11,11 @@ load(
|
||||
go_binary(
|
||||
name = "guestbook-go",
|
||||
library = ":go_default_library",
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["main.go"],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//vendor/github.com/codegangsta/negroni:go_default_library",
|
||||
"//vendor/github.com/gorilla/mux:go_default_library",
|
||||
|
Reference in New Issue
Block a user