caching and logging

This commit is contained in:
ghostersk
2025-03-01 18:07:52 +00:00
parent 102d930a56
commit 55b65aef8c
11 changed files with 897 additions and 69 deletions
+6
View File
@@ -3,3 +3,9 @@ module main
go 1.24.0
require gopkg.in/yaml.v2 v2.4.0
require (
github.com/fsnotify/fsnotify v1.8.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/time v0.10.0 // indirect
)