mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-09 11:04:46 +00:00
update cadvisor, docker, and runc godeps
This commit is contained in:
7
vendor/github.com/opencontainers/runc/libcontainer/system/BUILD
generated
vendored
7
vendor/github.com/opencontainers/runc/libcontainer/system/BUILD
generated
vendored
@@ -8,7 +8,6 @@ go_library(
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
"linux.go",
|
||||
"setns_linux.go",
|
||||
"syscall_linux_64.go",
|
||||
"sysconfig.go",
|
||||
"xattrs_linux.go",
|
||||
@@ -20,6 +19,12 @@ go_library(
|
||||
}),
|
||||
cgo = True,
|
||||
visibility = ["//visibility:public"],
|
||||
deps = select({
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
"//vendor/golang.org/x/sys/unix:go_default_library",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
||||
Reference in New Issue
Block a user