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-12-12 17:05:44 +08:00
|
|
|
github.com/chainreactors/files v0.2.5-0.20221212083256-16ee4c1ae47e
|
2022-10-27 23:40:00 +08:00
|
|
|
github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8
|
2022-12-12 17:26:07 +08:00
|
|
|
github.com/chainreactors/gogo/v2 v2.10.1
|
2022-11-21 20:44:02 +08:00
|
|
|
github.com/chainreactors/ipcs v0.0.13
|
2022-12-15 00:19:06 +08:00
|
|
|
github.com/chainreactors/logs v0.7.1-0.20221214153111-85f123ff6580
|
2022-12-12 17:26:07 +08:00
|
|
|
github.com/chainreactors/parsers v0.2.9-0.20221210155102-cc0814762410
|
2022-12-15 00:19:06 +08:00
|
|
|
github.com/chainreactors/words v0.3.2-0.20221214154622-381fc37abdf9
|
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-12-11 03:52:06 +08:00
|
|
|
github.com/panjf2000/ants/v2 v2.5.0
|
2022-12-02 15:21:17 +08:00
|
|
|
github.com/valyala/fasthttp v1.43.0
|
2022-12-14 14:20:45 +08:00
|
|
|
sigs.k8s.io/yaml v1.3.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-12-12 17:26:07 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.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
|
|
|
)
|