build: update deps
This commit is contained in:
16
go.mod
16
go.mod
@@ -3,13 +3,13 @@ module github.com/Mmx233/BitSrunLoginGo
|
||||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/Mmx233/BackoffCli/backoff v0.0.0-20240925131851-fca176afd6a4
|
||||
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.105.0
|
||||
github.com/cloudflare/cloudflare-go v0.107.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1010
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.1010
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1020
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.1020
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
@@ -18,8 +18,8 @@ require (
|
||||
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.29.0 // indirect
|
||||
golang.org/x/sys v0.25.0 // indirect
|
||||
golang.org/x/text v0.18.0 // indirect
|
||||
golang.org/x/time v0.6.0 // 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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user