update procfs to v0.0.5
- Fixes (#1465) failure in netclass collector - Adds parsing of CPU information Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
parent
eb19c5c20b
commit
cbfb496629
12 changed files with 1038 additions and 131 deletions
2
go.mod
2
go.mod
|
|
@ -14,7 +14,7 @@ require (
|
|||
github.com/prometheus/client_golang v1.0.0
|
||||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
||||
github.com/prometheus/common v0.4.1
|
||||
github.com/prometheus/procfs v0.0.4
|
||||
github.com/prometheus/procfs v0.0.5
|
||||
github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
|
||||
github.com/sirupsen/logrus v1.4.2 // indirect
|
||||
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue