aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-05-06 23:38:21 -0500
committerBen Kochie <superq@gmail.com>2019-05-07 06:38:21 +0200
commit86f907942939fac63fb4bf6c8cabae8ca4f3b975 (patch)
treebb20217234eb5df9221ded08cd9925291b791981 /go.mod
parentc7abeae816a8170ed8e78c68dc15ee3c10eef2ef (diff)
downloadprometheus_node_collector-86f907942939fac63fb4bf6c8cabae8ca4f3b975.tar.bz2
prometheus_node_collector-86f907942939fac63fb4bf6c8cabae8ca4f3b975.tar.xz
prometheus_node_collector-86f907942939fac63fb4bf6c8cabae8ca4f3b975.zip
update procfs to latest (#1335)
Updates for procfs refactoring Signed-off-by: Paul Gier <pgier@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d9e7939..b3630e9 100644
--- a/go.mod
+++ b/go.mod
@@ -16,13 +16,13 @@ require (
16 github.com/prometheus/client_golang v0.9.2 16 github.com/prometheus/client_golang v0.9.2
17 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 17 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
18 github.com/prometheus/common v0.2.0 18 github.com/prometheus/common v0.2.0
19 github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd 19 github.com/prometheus/procfs v0.0.0-20190503130316-740c07785007
20 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 20 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
21 github.com/sirupsen/logrus v1.4.1 // indirect 21 github.com/sirupsen/logrus v1.4.1 // indirect
22 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 22 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
23 github.com/stretchr/testify v1.3.0 // indirect 23 github.com/stretchr/testify v1.3.0 // indirect
24 golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect 24 golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
25 golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect 25 golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
26 golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c 26 golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c
27 gopkg.in/alecthomas/kingpin.v2 v2.2.6 27 gopkg.in/alecthomas/kingpin.v2 v2.2.6
28) 28)