fix(deps): update module github.com/go-co-op/gocron to v2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / test (pull_request) Failing after 1m33s

This commit is contained in:
2025-11-12 21:04:08 +00:00
parent 2f05e48962
commit 689660eeb4

2
go.mod
View File

@@ -3,7 +3,7 @@ module realdnydns
go 1.24.0
require (
github.com/go-co-op/gocron v1.37.0
github.com/go-co-op/gocron/v2 v2.18.0
github.com/go-co-op/gocron/v2 v2.18.0
gopkg.in/yaml.v3 v3.0.1
)