adding lru/mru cache.

This commit is contained in:
2025-11-15 23:48:00 -08:00
parent b879d62384
commit f93cf5fa9c
14 changed files with 490 additions and 739 deletions

1
go.mod
View File

@@ -12,6 +12,7 @@ require (
)
require (
github.com/benbjohnson/clock v1.3.5
github.com/davecgh/go-spew v1.1.1
github.com/google/certificate-transparency-go v1.0.21
)