chore(deps): update module github.com/go-co-op/gocron to v2
All checks were successful
CI / test (pull_request) Successful in 2m50s
All checks were successful
CI / test (pull_request) Successful in 2m50s
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user