mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2026-02-14 17:49:58 +00:00
15 lines
463 B
Modula-2
15 lines
463 B
Modula-2
module github.com/ribbybibby/ssl_exporter
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.8.0
|
|
github.com/prometheus/common v0.14.0
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect
|
|
golang.org/x/sys v0.0.0-20201018121011-98379d014ca7 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
)
|
|
|
|
go 1.15
|