mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 12:21:12 +00:00
Update to gazelle 0.12.0 and run hack/update-bazel.sh
This commit is contained in:
8
vendor/github.com/opencontainers/runc/libcontainer/keys/BUILD
generated
vendored
8
vendor/github.com/opencontainers/runc/libcontainer/keys/BUILD
generated
vendored
@@ -2,12 +2,8 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = select({
|
||||
"@io_bazel_rules_go//go/platform:linux": [
|
||||
"keyctl.go",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
srcs = ["keyctl.go"],
|
||||
importmap = "vendor/github.com/opencontainers/runc/libcontainer/keys",
|
||||
importpath = "github.com/opencontainers/runc/libcontainer/keys",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = select({
|
||||
|
||||
Reference in New Issue
Block a user