From 86f907942939fac63fb4bf6c8cabae8ca4f3b975 Mon Sep 17 00:00:00 2001 From: Paul Gier Date: Mon, 6 May 2019 23:38:21 -0500 Subject: update procfs to latest (#1335) Updates for procfs refactoring Signed-off-by: Paul Gier --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d9e7939..b3630e9 100644 --- a/go.mod +++ b/go.mod @@ -16,13 +16,13 @@ require ( github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 github.com/prometheus/common v0.2.0 - github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd + github.com/prometheus/procfs v0.0.0-20190503130316-740c07785007 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 github.com/sirupsen/logrus v1.4.1 // indirect github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a github.com/stretchr/testify v1.3.0 // indirect golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect - golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect + golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c gopkg.in/alecthomas/kingpin.v2 v2.2.6 ) -- cgit v1.2.3