Files
ddns-updater/go.mod
Aaron Guise e1bb5adf36
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Refactor: Moved all under internal.
FEAT: Directadmin provider is now working
2024-03-18 09:55:01 +13:00

23 lines
599 B
Modula-2

module hub.cybercinch.nz/cybercinch/ddns-update
go 1.22
toolchain go1.22.1
require (
github.com/cloudflare/cloudflare-go v0.83.0
github.com/levelzerotechnology/directadmin-go v0.0.0-20240302013738-63b7793ebfd3
)
require (
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
github.com/spf13/cast v1.6.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)