build: 更新依赖
This commit is contained in:
10
go.mod
10
go.mod
@@ -5,11 +5,11 @@ go 1.21.4
|
||||
require (
|
||||
github.com/Mmx233/tool v0.7.4
|
||||
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
||||
github.com/cloudflare/cloudflare-go v0.84.0
|
||||
github.com/cloudflare/cloudflare-go v0.91.0
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.830
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.830
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.883
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.883
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
@@ -20,8 +20,8 @@ require (
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
golang.org/x/net v0.19.0 // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
golang.org/x/net v0.22.0 // indirect
|
||||
golang.org/x/sys v0.18.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