1module github.com/prometheus/pushgateway
2
3require (
4	github.com/go-kit/log v0.2.0
5	github.com/golang/protobuf v1.5.2
6	github.com/matttproud/golang_protobuf_extensions v1.0.1
7	github.com/prometheus/client_golang v1.11.0
8	github.com/prometheus/client_model v0.2.0
9	github.com/prometheus/common v0.31.1
10	github.com/prometheus/exporter-toolkit v0.6.1
11	github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
12	github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
13	gopkg.in/alecthomas/kingpin.v2 v2.2.6
14)
15
16go 1.13
17