File tree Expand file tree Collapse file tree 3 files changed +65
-609
lines changed Expand file tree Collapse file tree 3 files changed +65
-609
lines changed Original file line number Diff line number Diff line change 11module github.com/anas-aso/ssllabs_exporter
22
3- go 1.16
3+ go 1.23
44
55require (
6- github.com/prometheus/client_golang v1.10.0
7- github.com/rs/zerolog v1.21.0
8- gopkg.in/alecthomas/kingpin.v2 v2.2.6
6+ github.com/alecthomas/kingpin/v2 v2.4.0
7+ github.com/prometheus/client_golang v1.22.0
8+ github.com/rs/zerolog v1.34.0
9+ )
10+
11+ require (
12+ github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
13+ github.com/beorn7/perks v1.0.1 // indirect
14+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
15+ github.com/mattn/go-colorable v0.1.13 // indirect
16+ github.com/mattn/go-isatty v0.0.19 // indirect
17+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
18+ github.com/prometheus/client_model v0.6.1 // indirect
19+ github.com/prometheus/common v0.62.0 // indirect
20+ github.com/prometheus/procfs v0.15.1 // indirect
21+ github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
22+ golang.org/x/sys v0.30.0 // indirect
23+ google.golang.org/protobuf v1.36.5 // indirect
924)
You can’t perform that action at this time.
0 commit comments