mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2026-08-20 19:36:14 +00:00
This supports the use of more than one proxy server per exporter instance.
22 lines
838 B
AMPL
22 lines
838 B
AMPL
module github.com/ribbybibby/ssl_exporter
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
github.com/prometheus/client_golang v1.6.0
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/prometheus/procfs v0.1.3 // indirect
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
)
|
|
|
|
go 1.14
|