This commit is contained in:
mkelcik
2023-04-28 14:57:21 +02:00
parent 531b3fba51
commit ec9ca7183c
7 changed files with 270 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
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
)