feat: add cache package for exclude list and health cache YAML read/write

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Bisconti
2026-02-27 23:19:31 +01:00
parent a49077803c
commit ddc32f45d0
4 changed files with 203 additions and 0 deletions

1
go.mod
View File

@@ -7,4 +7,5 @@ require github.com/spf13/cobra v1.10.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)