2021-02-19 09:52:01 +00:00
|
|
|
module github.com/prometheus-community/postgres_exporter
|
|
|
|
|
2021-07-08 13:31:06 +00:00
|
|
|
go 1.14
|
2021-02-19 09:52:01 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2022-01-14 16:22:03 +00:00
|
|
|
github.com/go-kit/log v0.2.0
|
|
|
|
github.com/lib/pq v1.10.4
|
2022-03-11 07:16:07 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2021-02-19 09:52:01 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2022-01-14 16:22:03 +00:00
|
|
|
github.com/prometheus/common v0.32.1
|
|
|
|
github.com/prometheus/exporter-toolkit v0.7.1
|
2021-02-19 09:52:01 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|