2024-03-18 09:55:01 +13:00
|
|
|
module hub.cybercinch.nz/cybercinch/ddns-update
|
|
|
|
|
|
2023-04-28 14:57:21 +02:00
|
|
|
|
2024-03-15 23:16:23 +13:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
|
|
toolchain go1.22.1
|
2023-04-28 14:57:21 +02:00
|
|
|
|
2024-03-18 09:55:01 +13:00
|
|
|
require (
|
|
|
|
|
github.com/cloudflare/cloudflare-go v0.83.0
|
|
|
|
|
github.com/levelzerotechnology/directadmin-go v0.0.0-20240302013738-63b7793ebfd3
|
|
|
|
|
)
|
2023-04-28 14:57:21 +02:00
|
|
|
|
|
|
|
|
require (
|
2023-12-09 16:15:22 +01:00
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2023-04-28 14:57:21 +02:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2023-12-09 16:15:22 +01:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
|
2024-03-15 23:16:23 +13:00
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2023-12-09 16:15:22 +01:00
|
|
|
golang.org/x/net v0.19.0 // indirect
|
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2023-04-28 14:57:21 +02:00
|
|
|
)
|