feat: bound in-memory caches with LRU eviction

This commit is contained in:
2026-05-10 18:04:29 +02:00
parent cc81347ace
commit d021a8eadd
6 changed files with 56 additions and 69 deletions

2
go.mod
View File

@@ -12,6 +12,8 @@ require (
golang.org/x/net v0.53.0
)
require github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect