module github.com/prometheus/prom2json

go 1.17

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/matttproud/golang_protobuf_extensions v1.0.2
	github.com/prometheus/client_model v0.2.0
	github.com/prometheus/common v0.37.0
)

require (
	github.com/golang/protobuf v1.5.2 // indirect
	google.golang.org/protobuf v1.26.0 // indirect
)
