Files
realDynDNS/go.mod
Timo Behrendt 58bf5e081e
All checks were successful
CI / test (pull_request) Successful in 39s
chore: upgrade from go 1.20 to 1.23
2024-12-27 17:08:40 +01:00

16 lines
291 B
Modula-2

module realdnydns
go 1.23
require (
github.com/go-co-op/gocron v1.37.0
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
go.uber.org/atomic v1.11.0 // indirect
)