This commit is contained in:
mkelcik
2023-12-09 16:15:22 +01:00
parent 29c3312ab1
commit bad00230a9
3 changed files with 21 additions and 7 deletions

13
go.mod
View File

@@ -1,14 +1,15 @@
module github.com/mkelcik/cloudflare-ddns-update
go 1.20
go 1.21
require github.com/cloudflare/cloudflare-go v0.66.0
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.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
github.com/hashicorp/go-retryablehttp v0.7.5 // 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
)