♻️ Use ezcache to only remember files for five minutes

This commit is contained in:
Dan Jones 2025-04-21 15:19:40 -05:00
commit 8d74dc24e5
3 changed files with 22 additions and 21 deletions

3
go.mod
View file

@ -1,8 +1,9 @@
module codeberg.org/danjones000/utils
go 1.23.1
go 1.23.7
require (
codeberg.org/danjones000/ezcache v0.5.2
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.1.1
github.com/spf13/pflag v1.0.5