aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-06-12 13:47:16 -0500
committerBen Kochie <superq@gmail.com>2019-06-12 20:47:16 +0200
commit2bc133cd486e3af2cc8cb6f8c53a67a82f82a02b (patch)
tree0a0d5eea739b5463d9ebd7ae2440e7766d557920 /go.mod
parent0759c0ac019f0f5c3c17370f99c5e09fd6d73f07 (diff)
downloadprometheus_node_collector-2bc133cd486e3af2cc8cb6f8c53a67a82f82a02b.tar.bz2
prometheus_node_collector-2bc133cd486e3af2cc8cb6f8c53a67a82f82a02b.tar.xz
prometheus_node_collector-2bc133cd486e3af2cc8cb6f8c53a67a82f82a02b.zip
update procfs to v0.0.2 (#1376)
Signed-off-by: Paul Gier <pgier@redhat.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 cda7bdb..717ee8e 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
18 github.com/prometheus/client_golang v0.9.2 18 github.com/prometheus/client_golang v0.9.2
19 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 19 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
20 github.com/prometheus/common v0.3.0 20 github.com/prometheus/common v0.3.0
21 github.com/prometheus/procfs v0.0.0-20190529155944-65bdadfa96ae 21 github.com/prometheus/procfs v0.0.2
22 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 22 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
23 github.com/sirupsen/logrus v1.4.2 // indirect 23 github.com/sirupsen/logrus v1.4.2 // indirect
24 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 24 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a