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 (
|
2023-03-27 15:20:57 +08:00
|
|
|
github.com/chainreactors/files v0.2.5-0.20230310102018-3d10f74c7d6b
|
2022-10-27 23:40:00 +08:00
|
|
|
github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8
|
2023-03-27 15:20:57 +08:00
|
|
|
github.com/chainreactors/gogo/v2 v2.11.1-0.20230327070928-b5ff67ac46c7
|
|
|
|
github.com/chainreactors/logs v0.7.1-0.20230316032643-ed7d85ca234f
|
2023-04-04 00:46:00 +08:00
|
|
|
github.com/chainreactors/parsers v0.3.1-0.20230403160559-9ed502452575
|
2023-03-27 14:58:40 +08:00
|
|
|
github.com/chainreactors/words v0.4.1-0.20230327065326-448a905ac8c2
|
2022-09-08 15:57:17 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-04-14 20:05:21 +08:00
|
|
|
github.com/antonmedv/expr v1.12.5
|
2023-03-27 15:20:57 +08:00
|
|
|
github.com/chainreactors/ipcs v0.0.13
|
|
|
|
github.com/chainreactors/utils v0.0.14-0.20230314084720-a4d745cabc56
|
2022-09-23 01:20:01 +08:00
|
|
|
github.com/gosuri/uiprogress v0.0.1
|
|
|
|
github.com/jessevdk/go-flags v1.5.0
|
2023-01-06 04:18:21 +08:00
|
|
|
github.com/panjf2000/ants/v2 v2.7.0
|
2022-12-02 15:21:17 +08:00
|
|
|
github.com/valyala/fasthttp v1.43.0
|
2023-01-28 15:56:21 +08:00
|
|
|
golang.org/x/time v0.3.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
|
2023-01-06 04:18:21 +08:00
|
|
|
github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c // indirect
|
2022-09-08 15:57:17 +08:00
|
|
|
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-08 15:57:17 +08:00
|
|
|
)
|