Update metric dependencies (#5023)
This commit is contained in:
parent
4befa8cc8a
commit
9278f0cad2
128 changed files with 3873 additions and 2729 deletions
19
vendor/github.com/ncabatoff/process-exporter/go.mod
generated
vendored
Normal file
19
vendor/github.com/ncabatoff/process-exporter/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
module github.com/ncabatoff/process-exporter
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
|
||||
github.com/golang/protobuf v1.1.0 // indirect
|
||||
github.com/google/go-cmp v0.2.0
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||||
github.com/ncabatoff/fakescraper v0.0.0-20161023141611-15938421d91a
|
||||
github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833
|
||||
github.com/ncabatoff/procfs v0.0.0-20190407151002-9ced60d7b905
|
||||
github.com/prometheus/client_golang v0.8.0
|
||||
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
|
||||
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
|
||||
gopkg.in/yaml.v2 v2.2.1
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue