mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2026-05-06 08:36:33 +00:00
8 lines
175 B
Modula-2
8 lines
175 B
Modula-2
module github.com/ribbybibby/ssl_exporter
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/common v0.2.0
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|