Skip to content

Commit

Permalink
Update prometheus dependencies
Browse files Browse the repository at this point in the history
This commit updates the following prometheus related dependencies:
* github.com/prometheus/client_golang to v1.1.0
* github.com/prometheus/procfs to v0.0.5 (required by the above)
* github.com/prometheus/common to v0.6.0
* github.com/prometheus/client_model to latest (no releases)

Fixes #3238
  • Loading branch information
karampok committed Oct 10, 2019
1 parent ed4d1e8 commit 6c2c859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -325,25 +325,25 @@ go_repository(

go_repository(
name = "com_github_prometheus_client_golang",
commit = "abad2d1bd44235a26707c172eab6bca5bf2dbad3",
commit = "170205fb58decfd011f1550d4cfb737230d7ae4f", #v1.1.0
importpath = "github.com/prometheus/client_golang", # prometheus
)

go_repository(
name = "com_github_prometheus_client_model",
commit = "fa8ad6fec33561be4280a8f0514318c79d7f6cb6",
commit = "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016",
importpath = "github.com/prometheus/client_model",
)

go_repository(
name = "com_github_prometheus_common",
commit = "0b1957f9d949dfa3084171a6ec5642b38055276a",
commit = "31bed53e4047fd6c510e43a941f90cb31be0972a", #v0.6.0
importpath = "github.com/prometheus/common", # model
)

go_repository(
name = "com_github_prometheus_procfs",
commit = "185b4288413d2a0dd0806f78c90dde719829e5ae",
commit = "499c85531f756d1129edd26485a5f73871eeb308", #v0.0.5
importpath = "github.com/prometheus/procfs",
)

Expand Down

0 comments on commit 6c2c859

Please sign in to comment.