bump github.com/prometheus/client_model, github.com/prometheus/profcs to preferred versions

This commit is contained in:
Jordan Liggitt
2019-04-13 23:31:11 -04:00
parent 0e157cbc36
commit 2c6a6cd42a
50 changed files with 3082 additions and 309 deletions

View File

@@ -9,9 +9,11 @@ go_library(
"ipvs.go",
"mdstat.go",
"mountstats.go",
"net_dev.go",
"proc.go",
"proc_io.go",
"proc_limits.go",
"proc_ns.go",
"proc_stat.go",
"stat.go",
"xfrm.go",
@@ -19,7 +21,10 @@ go_library(
importmap = "k8s.io/kubernetes/vendor/github.com/prometheus/procfs",
importpath = "github.com/prometheus/procfs",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/prometheus/procfs/xfs:go_default_library"],
deps = [
"//vendor/github.com/prometheus/procfs/nfs:go_default_library",
"//vendor/github.com/prometheus/procfs/xfs:go_default_library",
],
)
filegroup(
@@ -33,6 +38,8 @@ 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",
],
tags = ["automanaged"],