feat: bump github.com/prometheus/procfs to v0.0.2

This commit is contained in:
draveness
2019-09-22 20:03:45 +08:00
parent ac9b2516d4
commit 57da7a3508
61 changed files with 2450 additions and 1811 deletions

View File

@@ -10,21 +10,21 @@ go_library(
"mdstat.go",
"mountstats.go",
"net_dev.go",
"net_unix.go",
"proc.go",
"proc_io.go",
"proc_limits.go",
"proc_ns.go",
"proc_psi.go",
"proc_stat.go",
"proc_status.go",
"stat.go",
"xfrm.go",
],
importmap = "k8s.io/kubernetes/vendor/github.com/prometheus/procfs",
importpath = "github.com/prometheus/procfs",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/prometheus/procfs/nfs:go_default_library",
"//vendor/github.com/prometheus/procfs/xfs:go_default_library",
],
deps = ["//vendor/github.com/prometheus/procfs/internal/fs:go_default_library"],
)
filegroup(
@@ -38,9 +38,7 @@ filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//vendor/github.com/prometheus/procfs/internal/util:all-srcs",
"//vendor/github.com/prometheus/procfs/nfs:all-srcs",
"//vendor/github.com/prometheus/procfs/xfs:all-srcs",
"//vendor/github.com/prometheus/procfs/internal/fs:all-srcs",
],
tags = ["automanaged"],
visibility = ["//visibility:public"],