2022-09-08 17:04:41 +08:00
|
|
|
module github.com/chainreactors/spray
|
2022-09-08 15:57:17 +08:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-11-10 21:03:07 +08:00
|
|
|
github.com/chainreactors/files v0.2.4
|
2022-10-27 23:40:00 +08:00
|
|
|
github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8
|
2022-11-10 21:03:07 +08:00
|
|
|
github.com/chainreactors/gogo/v2 v2.9.5-0.20221110124606-bb8c89742d4d
|
2022-11-21 20:44:02 +08:00
|
|
|
github.com/chainreactors/ipcs v0.0.13
|
2022-11-11 14:50:59 +08:00
|
|
|
github.com/chainreactors/logs v0.6.2
|
2022-11-10 21:03:07 +08:00
|
|
|
github.com/chainreactors/parsers v0.2.7
|
2022-12-09 19:30:12 +08:00
|
|
|
github.com/chainreactors/words v0.3.1
|
2022-09-08 15:57:17 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-11-21 20:44:02 +08:00
|
|
|
github.com/antonmedv/expr v1.9.0
|
2022-10-27 23:40:00 +08:00
|
|
|
github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c
|
2022-09-23 01:20:01 +08:00
|
|
|
github.com/gosuri/uiprogress v0.0.1
|
|
|
|
github.com/jessevdk/go-flags v1.5.0
|
2022-11-10 21:03:07 +08:00
|
|
|
github.com/panjf2000/ants/v2 v2.6.0
|
2022-12-02 15:21:17 +08:00
|
|
|
github.com/valyala/fasthttp v1.43.0
|
2022-09-23 01:20:01 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2022-09-08 15:57:17 +08:00
|
|
|
github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5 // indirect
|
|
|
|
github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7 // indirect
|
2022-09-20 04:01:38 +08:00
|
|
|
github.com/gosuri/uilive v0.0.4 // indirect
|
2022-09-23 01:20:01 +08:00
|
|
|
github.com/klauspost/compress v1.15.10 // indirect
|
2022-09-20 04:01:38 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-09-08 15:57:17 +08:00
|
|
|
github.com/twmb/murmur3 v1.1.6 // indirect
|
2022-09-23 01:20:01 +08:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-11-10 21:03:07 +08:00
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
2022-09-15 19:27:07 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-09-08 15:57:17 +08:00
|
|
|
)
|