mirror of
https://github.com/prometheus-community/json_exporter
synced 2024-12-24 07:23:15 +00:00
17 lines
562 B
Modula-2
17 lines
562 B
Modula-2
|
module github.com/prometheus-community/json_exporter
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||
|
github.com/golang/protobuf v1.4.0 // indirect
|
||
|
github.com/kawamuray/jsonpath v0.0.0-20160208140654-5c448ebf9735
|
||
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
||
|
github.com/prometheus/client_golang v1.5.1
|
||
|
github.com/prometheus/procfs v0.0.11 // indirect
|
||
|
github.com/sirupsen/logrus v1.5.0
|
||
|
github.com/urfave/cli v1.22.4
|
||
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.8
|
||
|
)
|