-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
53 lines (50 loc) · 2.53 KB
/
Copy pathgo.mod
File metadata and controls
53 lines (50 loc) · 2.53 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
module github.com/chainreactors/sdk
go 1.25.4
require (
github.com/chainreactors/fingers v1.2.2-0.20260704073236-3e22b6a528b9
github.com/chainreactors/logs v0.0.0-20260624034259-9aaea4aa52cc
github.com/chainreactors/neutron v0.1.1-0.20260704194031-f57d0a560e32
github.com/chainreactors/neutron/operators/full v0.1.1-0.20260704194031-f57d0a560e32
github.com/chainreactors/proton v0.3.3-0.20260707162538-471f99ea6131
github.com/chainreactors/proxyclient v1.1.1-0.20260529172347-2a80e08d5593
github.com/chainreactors/utils v0.0.0-20260707181750-8aa6ca296863
github.com/chainreactors/utils/parsers v0.0.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/antchfx/htmlquery v1.3.6 // indirect
github.com/antchfx/xmlquery v1.5.1 // indirect
github.com/antchfx/xpath v1.3.6 // indirect
github.com/chainreactors/words v0.0.0-20260520145736-270600e60fb4 // indirect
github.com/charlievieth/fastwalk v1.0.14 // indirect
github.com/dlclark/regexp2 v1.12.0 // indirect
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
github.com/edsrzf/mmap-go v1.2.0 // indirect
github.com/facebookincubator/nvdtools v0.1.5 // indirect
github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5 // indirect
github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c // indirect
github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/hashicorp/go-version v1.9.0 // indirect
github.com/itchyny/gojq v0.12.19 // indirect
github.com/itchyny/timefmt-go v0.1.8 // indirect
github.com/mholt/archiver v3.1.1+incompatible // indirect
github.com/mozillazg/go-pinyin v0.21.0 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tetratelabs/wazero v1.11.0 // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
github.com/wasilibs/go-re2 v1.11.0 // indirect
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
)