-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 782 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/Mmx233/BitSrunLoginGo
go 1.25.5
require (
github.com/Mmx233/BackoffCli/backoff v0.0.0-20250826102311-3d36d4f4507a
github.com/Mmx233/tool v0.7.9
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/cloudflare/cloudflare-go v0.116.0
github.com/sirupsen/logrus v1.9.4
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.3.33
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.3.24
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/goccy/go-json v0.10.5 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/time v0.14.0 // indirect
)