4
4
5
5
require (
6
6
github.com/antchfx/htmlquery v1.3.1
7
+ github.com/gin-gonic/gin v1.10.0
7
8
github.com/go-resty/resty/v2 v2.7.0
8
9
github.com/olekukonko/tablewriter v0.0.5
9
10
github.com/projectdiscovery/gologger v1.1.12
@@ -12,37 +13,57 @@ require (
12
13
github.com/tidwall/sjson v1.2.3
13
14
github.com/xuri/excelize/v2 v2.8.1
14
15
go.mongodb.org/mongo-driver v1.9.0
15
- golang.org/x/net v0.21 .0
16
+ golang.org/x/net v0.25 .0
16
17
gopkg.in/yaml.v2 v2.4.0
17
18
)
18
19
19
20
require (
20
21
github.com/andybalholm/brotli v1.0.6 // indirect
21
22
github.com/antchfx/xpath v1.3.0 // indirect
23
+ github.com/bytedance/sonic v1.11.6 // indirect
24
+ github.com/bytedance/sonic/loader v0.1.1 // indirect
25
+ github.com/cloudwego/base64x v0.1.4 // indirect
26
+ github.com/cloudwego/iasm v0.2.0 // indirect
22
27
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
28
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
29
+ github.com/gin-contrib/sse v0.1.0 // indirect
30
+ github.com/go-playground/locales v0.14.1 // indirect
31
+ github.com/go-playground/universal-translator v0.18.1 // indirect
32
+ github.com/go-playground/validator/v10 v10.20.0 // indirect
33
+ github.com/goccy/go-json v0.10.2 // indirect
23
34
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
24
35
github.com/golang/snappy v0.0.4 // indirect
25
36
github.com/json-iterator/go v1.1.12 // indirect
26
37
github.com/klauspost/compress v1.13.6 // indirect
38
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
27
39
github.com/klauspost/pgzip v1.2.5 // indirect
40
+ github.com/leodido/go-urn v1.4.0 // indirect
28
41
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
42
+ github.com/mattn/go-isatty v0.0.20 // indirect
29
43
github.com/mattn/go-runewidth v0.0.9 // indirect
30
44
github.com/mholt/archiver/v3 v3.5.1 // indirect
31
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
45
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
32
46
github.com/modern-go/reflect2 v1.0.2 // indirect
33
47
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
34
48
github.com/nwaples/rardecode v1.1.3 // indirect
49
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
35
50
github.com/pierrec/lz4/v4 v4.1.2 // indirect
36
51
github.com/richardlehane/mscfb v1.0.4 // indirect
37
52
github.com/richardlehane/msoleps v1.0.3 // indirect
38
53
github.com/tidwall/match v1.1.1 // indirect
39
54
github.com/tidwall/pretty v1.2.0 // indirect
55
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
56
+ github.com/ugorji/go/codec v1.2.12 // indirect
40
57
github.com/ulikunitz/xz v0.5.11 // indirect
41
58
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
42
59
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
43
60
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
44
- golang.org/x/crypto v0.19.0 // indirect
45
- golang.org/x/text v0.14.0 // indirect
61
+ golang.org/x/arch v0.8.0 // indirect
62
+ golang.org/x/crypto v0.23.0 // indirect
63
+ golang.org/x/sys v0.20.0 // indirect
64
+ golang.org/x/text v0.15.0 // indirect
65
+ google.golang.org/protobuf v1.34.1 // indirect
46
66
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
47
67
gopkg.in/sourcemap.v1 v1.0.5 // indirect
68
+ gopkg.in/yaml.v3 v3.0.1 // indirect
48
69
)
0 commit comments