aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBenjamin Drung <benjamin.drung@cloud.ionos.com>2019-06-25 19:27:07 +0200
committerBen Kochie <superq@gmail.com>2019-06-25 19:27:07 +0200
commit4f074dfbc73803b532bf02d8aab4efcbacec311b (patch)
treead6665650268873d5b41dea6b83bb6839aede4f3 /go.mod
parente972e38b423632a4f45326bd33eb127a4935f1f6 (diff)
downloadprometheus_node_collector-4f074dfbc73803b532bf02d8aab4efcbacec311b.tar.bz2
prometheus_node_collector-4f074dfbc73803b532bf02d8aab4efcbacec311b.tar.xz
prometheus_node_collector-4f074dfbc73803b532bf02d8aab4efcbacec311b.zip
Update procfs to v0.0.3 (#1395)
procfs v0.0.3 is a requirement for https://github.com/prometheus/node_exporter/pull/1357 Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7fa5042..8252c44 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,6 @@ require (
5 github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e 5 github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
6 github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7 6 github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7
7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968 7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
8 github.com/google/go-cmp v0.3.0 // indirect
9 github.com/hodgesds/perf-utils v0.0.7 8 github.com/hodgesds/perf-utils v0.0.7
10 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect 9 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
11 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3 10 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
@@ -16,7 +15,7 @@ require (
16 github.com/prometheus/client_golang v1.0.0 15 github.com/prometheus/client_golang v1.0.0
17 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
18 github.com/prometheus/common v0.4.1 17 github.com/prometheus/common v0.4.1
19 github.com/prometheus/procfs v0.0.2 18 github.com/prometheus/procfs v0.0.3
20 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
21 github.com/sirupsen/logrus v1.4.2 // indirect 20 github.com/sirupsen/logrus v1.4.2 // indirect
22 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 21 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a