mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-04 07:05:37 +00:00
Autogenerate BUILD files
This commit is contained in:
17
vendor/github.com/Sirupsen/logrus/BUILD
generated
vendored
17
vendor/github.com/Sirupsen/logrus/BUILD
generated
vendored
@@ -17,10 +17,21 @@ go_library(
|
||||
"json_formatter.go",
|
||||
"logger.go",
|
||||
"logrus.go",
|
||||
"terminal_linux.go",
|
||||
"terminal_notwindows.go",
|
||||
"text_formatter.go",
|
||||
],
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:darwin_amd64": [
|
||||
"terminal_darwin.go",
|
||||
"terminal_notwindows.go",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
"terminal_linux.go",
|
||||
"terminal_notwindows.go",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:windows_amd64": [
|
||||
"terminal_windows.go",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user