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

This commit is contained in:
2025-06-05 21:01:28 +00:00
parent 29c62a8b1f
commit 29b9994ef6
2 changed files with 5 additions and 2 deletions

6
go.mod
View File

@@ -1,10 +1,12 @@
module realdnydns
go 1.23
go 1.23.0
toolchain go1.24.4
require (
github.com/go-co-op/gocron v1.37.0
github.com/go-co-op/gocron/v2 v2.16.1
github.com/go-co-op/gocron/v2 v2.16.2
gopkg.in/yaml.v3 v3.0.1
)