15 lines
401 B
Modula-2
15 lines
401 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/go-kit/kit v0.9.0
|
|
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/urfave/cli v1.22.4
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|