This commit is contained in:
2026-03-08 09:47:59 -06:00
parent 1bea4d30ef
commit 323ddea27e
4 changed files with 4 additions and 13 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module gitea.bel.blue/gogs/pttodo
go 1.21
require (
github.com/google/uuid v1.6.0
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v2 v2.4.0
)