From 47610d0d2b0e8bccc0595e413f232c24bdd56260 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 19 Mar 2020 19:51:20 +0100 Subject: Update procfs library (#1640) Bump procfs to latest release. Fixes: https://github.com/prometheus/node_exporter/issues/1625 Fixes: https://github.com/prometheus/node_exporter/issues/1634 Signed-off-by: Ben Kochie --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d8f9a4e..f67a6b2 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/prometheus/client_golang v1.4.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.9.1 - github.com/prometheus/procfs v0.0.10 + github.com/prometheus/procfs v0.0.11 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a go.uber.org/atomic v1.5.1 // indirect -- cgit v1.2.3