chore: add cron expression verification

This commit is contained in:
Jonas Kaninda
2024-09-28 04:45:03 +02:00
parent 9daac9c654
commit 29a58aa26d
5 changed files with 25 additions and 8 deletions

1
go.mod
View File

@@ -15,6 +15,7 @@ require (
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect