-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (51 loc) · 2.36 KB
/
Copy pathgo.mod
File metadata and controls
54 lines (51 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/zan8in/pyxis
go 1.24.1
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/gookit/color v1.5.2
github.com/pkg/errors v0.9.1
github.com/remeh/sizedwaitgroup v1.0.0
github.com/spaolacci/murmur3 v1.1.0
github.com/zan8in/cdncheck v0.0.0-20250801100859-6cd29834eceb
github.com/zan8in/godns v0.0.0-20250801021524-eb4e1b4b8cf6
github.com/zan8in/goflags v0.0.0-20230204144650-0745934af58a
github.com/zan8in/gologger v0.0.0-20220917062627-c34a83c0a373
github.com/zan8in/libra v1.0.0
github.com/zan8in/pins v0.0.0-20230415064757-40257618b466
github.com/zan8in/retryablehttp v0.0.0-20250708033333-22f47dd0b7df
github.com/zan8in/stringsutil v0.0.0-20220917064022-03a0bd835142
golang.org/x/text v0.25.0
)
require (
github.com/Mzack9999/go-http-digest-auth-client v0.6.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/google/cel-go v0.13.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/miekg/dns v1.1.67 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/zan8in/fileutil v0.0.0-20220917063910-ce47dcc0cfa9 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/tools v0.33.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/protobuf v1.29.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)