♻️ Use ezcache to only remember files for five minutes
This commit is contained in:
parent
ac0baba3a8
commit
8d74dc24e5
3 changed files with 22 additions and 21 deletions
3
go.mod
3
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue