Files
prometheus-pg-adapter/go.mod
2025-12-02 14:44:52 +01:00

18 lines
578 B
Modula-2

module github.com/crunchydata/postgresql-prometheus-adapter
go 1.12
require (
github.com/go-kit/kit v0.12.0
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.4
github.com/jackc/pgx/v4 v4.16.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.34.0
github.com/prometheus/prometheus v0.35.0
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)