Bump dependency github.com/prometheus/client_model@v0.2.0

This commit is contained in:
Odin Ugedal
2020-01-24 13:27:15 +01:00
parent 90da466221
commit 292804ae1c
17 changed files with 207 additions and 100 deletions

View File

@@ -6,7 +6,10 @@ go_library(
importmap = "k8s.io/kubernetes/vendor/github.com/prometheus/client_model/go",
importpath = "github.com/prometheus/client_model/go",
visibility = ["//staging/src/k8s.io/component-base/metrics:prometheus_import_allow_list"],
deps = ["//vendor/github.com/golang/protobuf/proto:go_default_library"],
deps = [
"//vendor/github.com/golang/protobuf/proto:go_default_library",
"//vendor/github.com/golang/protobuf/ptypes/timestamp:go_default_library",
],
)
filegroup(