2023-11-08 17:11:42 +00:00
|
|
|
module github.com/go-co-op/gocron/v2
|
|
|
|
|
|
2025-12-02 16:25:51 +00:00
|
|
|
go 1.21.4
|
2023-11-08 17:11:42 +00:00
|
|
|
|
|
|
|
|
require (
|
2024-01-30 16:15:34 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2025-01-29 16:37:12 +00:00
|
|
|
github.com/jonboulle/clockwork v0.5.0
|
2023-11-08 17:11:42 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2025-08-27 20:10:53 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2023-11-08 17:11:42 +00:00
|
|
|
go.uber.org/goleak v1.3.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-12-11 16:39:59 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2023-11-08 17:11:42 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|