chore(deps): update module github.com/go-co-op/gocron to v2
All checks were successful
CI / test (pull_request) Successful in 2m50s

This commit is contained in:
2025-04-13 16:41:17 +00:00
parent f1e863b098
commit 7701d9d7e5
2 changed files with 4 additions and 1 deletions

3
go.mod
View File

@@ -4,12 +4,13 @@ go 1.23
require (
github.com/go-co-op/gocron v1.37.0
github.com/go-co-op/gocron/v2 v2.16.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/stretchr/testify v1.10.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
)