You've already forked ddns-updater
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
21 lines
651 B
Modula-2
21 lines
651 B
Modula-2
module github.com/mkelcik/cloudflare-ddns-update
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.1
|
|
|
|
require github.com/cloudflare/cloudflare-go v0.83.0
|
|
|
|
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/levelzerotechnology/directadmin-go v0.0.0-20240302013738-63b7793ebfd3 // indirect
|
|
github.com/mehrdadep/dex v1.0.2 // 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
|
|
)
|