All checks were successful
- Drop toolchain - Sync go version with docker image Reviewed-on: #49 Co-authored-by: t.behrendt <t.behrendt@t00n.de> Co-committed-by: t.behrendt <t.behrendt@t00n.de>
16 lines
294 B
Modula-2
16 lines
294 B
Modula-2
module realdnydns
|
|
|
|
go 1.24.0
|
|
|
|
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.10.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
)
|