mirror of
https://github.com/SSLMate/certspotter.git
synced 2026-01-31 17:54:21 +01:00
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.
17 lines
284 B
Modula-2
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.
|