You've already forked ddns-updater
15 lines
376 B
Modula-2
15 lines
376 B
Modula-2
module cloudflare-ddns
|
|
|
|
go 1.20
|
|
|
|
require github.com/cloudflare/cloudflare-go v0.66.0
|
|
|
|
require (
|
|
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.2 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
)
|