mirror of
https://github.com/prometheus-community/json_exporter
synced 2025-02-22 22:56:53 +00:00
* Add initial changelog. * Bump Go deps. * Update circleci prometheus orb. Closes: https://github.com/prometheus-community/json_exporter/issues/32 Closes: https://github.com/prometheus-community/json_exporter/issues/41 Signed-off-by: Ben Kochie <superq@gmail.com>
14 lines
367 B
Modula-2
14 lines
367 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/kawamuray/jsonpath v0.0.0-20160208140654-5c448ebf9735
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/urfave/cli v1.22.4
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|