Merge branch 'main' into feat-ionos-dns-provider-redis
All checks were successful
CI / test (pull_request) Successful in 3m18s

This commit is contained in:
2025-08-25 13:39:04 +02:00
7 changed files with 95 additions and 30 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module realdnydns
go 1.23
go 1.24.0
require (
github.com/go-co-op/gocron v1.37.0
@@ -13,6 +13,6 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/redis/go-redis/v9 v9.7.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
)