mirror of
https://github.com/SSLMate/certspotter.git
synced 2026-01-22 05:04:21 +01:00
Specifically, certspotter no longer terminates unless it receives SIGTERM or SIGINT or there is a serious error. Although using cron made sense in the early days of Certificate Transparency, certspotter now needs to run continuously to reliably keep up with the high growth rate of contemporary CT logs, and to gracefully handle the many transient errors that can arise when monitoring CT. Closes: #63 Closes: #37 Closes: #32 (presumably by eliminating $DNS_NAMES and $IP_ADDRESSES) Closes: #21 (with $WATCH_ITEM) Closes: #25
11 lines
244 B
Modula-2
11 lines
244 B
Modula-2
module software.sslmate.com/src/certspotter
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
golang.org/x/exp v0.0.0-20230118134722-a68e582fa157 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
)
|