aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPhil Frost <phil@postmates.com>2019-08-06 13:08:06 -0400
committerBen Kochie <superq@gmail.com>2019-08-06 19:08:06 +0200
commit26d4fbdf0734671be9982e2b1155a555c326385a (patch)
tree416ea24fef784688298de87e6ddad2d95086015f /go.mod
parent75462bf4fea23f0e27a46c35ae3a28666749e482 (diff)
downloadprometheus_node_collector-26d4fbdf0734671be9982e2b1155a555c326385a.tar.bz2
prometheus_node_collector-26d4fbdf0734671be9982e2b1155a555c326385a.tar.xz
prometheus_node_collector-26d4fbdf0734671be9982e2b1155a555c326385a.zip
Fix seconds reported by schedstat (#1426)
Upstream bugfix: https://github.com/prometheus/procfs/pull/191 Signed-off-by: Phil Frost <phil@postmates.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5a9ef7b..bea0ae3 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
15 github.com/prometheus/client_golang v1.0.0 15 github.com/prometheus/client_golang v1.0.0
16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17 github.com/prometheus/common v0.4.1 17 github.com/prometheus/common v0.4.1
18 github.com/prometheus/procfs v0.0.4-0.20190702183519-8f55e607908e 18 github.com/prometheus/procfs v0.0.4-0.20190731153504-5da962fa40f1
19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
20 github.com/sirupsen/logrus v1.4.2 // indirect 20 github.com/sirupsen/logrus v1.4.2 // indirect
21 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 21 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a