Files
ddns-updater/go.mod

15 lines
376 B
Modula-2
Raw Normal View History

2023-04-28 14:57:21 +02:00
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
)