aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBenjamin Drung <benjamin.drung@cloud.ionos.com>2019-07-01 12:23:50 +0200
committerBen Kochie <superq@gmail.com>2019-07-01 12:23:50 +0200
commitcdd9a5fdef180018518b197d138e2410ec0d813d (patch)
tree8b0e28c5e04347de05afaf069ef9e6b3e8ade72c /go.mod
parent3f49b3110154aeedcb9753b92fad64986e8aec54 (diff)
downloadprometheus_node_collector-cdd9a5fdef180018518b197d138e2410ec0d813d.tar.bz2
prometheus_node_collector-cdd9a5fdef180018518b197d138e2410ec0d813d.tar.xz
prometheus_node_collector-cdd9a5fdef180018518b197d138e2410ec0d813d.zip
Update procfs to v0.0.4-0.20190627154503-39e1aff1547e (#1409)
procfs v0.0.4-0.20190627154503-39e1aff1547e is a requirement for https://github.com/prometheus/node_exporter/pull/1357 (because procfs v0.0.3 contained bug https://github.com/prometheus/procfs/pull/187) Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.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 8252c44..7205d64 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.3 18 github.com/prometheus/procfs v0.0.4-0.20190627154503-39e1aff1547e
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