Files
certspotter/go.mod
Andrew Ayer 9e8fd2bf8f Add optional rate limiting of log queries
If a log operator publishes a simple rate limit for a log, we can use that
information to avoid sending requests to the log that we know will fail.
This will improve throughput as we won't be wasting time backing off from
failed requests.
2025-12-04 20:35:33 -05:00

17 lines
284 B
Modula-2

module software.sslmate.com/src/certspotter
go 1.24.6
require (
golang.org/x/crypto v0.39.0
golang.org/x/net v0.41.0
golang.org/x/sync v0.15.0
)
require (
golang.org/x/text v0.26.0 // indirect
golang.org/x/time v0.14.0 // indirect
)
retract v0.19.0 // Contains serious bugs.