feat: new cron trigger

This commit is contained in:
2025-08-02 02:54:40 -05:00
parent bbba55574f
commit 258bea962a
4 changed files with 177 additions and 0 deletions

1
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.0 // indirect
golang.org/x/net v0.42.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)