2020-04-17 06:39:48 +00:00
|
|
|
module github.com/prometheus-community/json_exporter
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-08-05 09:31:04 +00:00
|
|
|
github.com/go-kit/kit v0.9.0
|
2020-04-17 06:39:48 +00:00
|
|
|
github.com/kawamuray/jsonpath v0.0.0-20160208140654-5c448ebf9735
|
2020-07-27 08:08:41 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
github.com/prometheus/common v0.10.0
|
2020-04-17 06:39:48 +00:00
|
|
|
github.com/urfave/cli v1.22.4
|
2020-08-05 22:28:29 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-07-27 08:08:41 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-04-17 06:39:48 +00:00
|
|
|
)
|