You've already forked ddns-updater
upgrade
This commit is contained in:
13
go.mod
13
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user