aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-02-18 11:33:46 +0100
committerGitHub <noreply@github.com>2020-02-18 11:33:46 +0100
commit14df2a1a1a24f14070fe5a158f8b099c0e000fa3 (patch)
tree05d72e1f5166d5e70d0a2847ff2fa46b66f68080 /go.mod
parentdcfd6104332b22d3de1afa5425b6316b7a2952c6 (diff)
downloadprometheus_node_collector-14df2a1a1a24f14070fe5a158f8b099c0e000fa3.tar.bz2
prometheus_node_collector-14df2a1a1a24f14070fe5a158f8b099c0e000fa3.tar.xz
prometheus_node_collector-14df2a1a1a24f14070fe5a158f8b099c0e000fa3.zip
Update to latest procfs library (#1611)
Bump to v0.0.10 procfs library. Signed-off-by: Ben Kochie <superq@gmail.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 a811337..547fd44 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.7.0 17 github.com/prometheus/common v0.7.0
18 github.com/prometheus/procfs v0.0.8 18 github.com/prometheus/procfs v0.0.10
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/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
21 go.uber.org/atomic v1.3.2 // indirect 21 go.uber.org/atomic v1.3.2 // indirect