19 lines
809 B
Modula-2
19 lines
809 B
Modula-2
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
|
|
)
|