fix: cloudflare dns update bug

This commit is contained in:
chinhwajie
2025-02-17 15:22:39 +08:00
parent 7165241f21
commit 1b010f1f25
6 changed files with 100 additions and 59 deletions

12
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/Mmx233/BackoffCli/backoff v0.0.0-20241003124604-657194ccba99
github.com/Mmx233/tool v0.7.8
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/cloudflare/cloudflare-go v0.107.0
github.com/cloudflare/cloudflare-go v0.115.0
github.com/sirupsen/logrus v1.9.3
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1020
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.1020
@@ -14,12 +14,12 @@ require (
)
require (
github.com/goccy/go-json v0.10.3 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/time v0.10.0 // indirect
)