mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
autogenerated
This commit is contained in:
21
cmd/linkcheck/BUILD
Normal file
21
cmd/linkcheck/BUILD
Normal file
@@ -0,0 +1,21 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_binary",
|
||||
"go_library",
|
||||
"go_test",
|
||||
"cgo_library",
|
||||
)
|
||||
|
||||
go_binary(
|
||||
name = "linkcheck",
|
||||
srcs = ["links.go"],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//vendor:github.com/mvdan/xurls",
|
||||
"//vendor:github.com/spf13/pflag",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user