Update metric dependencies (#5023)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-06 09:50:13 -03:00 committed by GitHub
parent 4befa8cc8a
commit 9278f0cad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
128 changed files with 3873 additions and 2729 deletions

6
vendor/github.com/ncabatoff/procfs/go.mod generated vendored Normal file
View file

@ -0,0 +1,6 @@
module github.com/ncabatoff/procfs
require (
github.com/prometheus/procfs v0.0.0-20190403104016-ea9eea638872
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
)