mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-06 10:41:21 +00:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/chainreactors/spray
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/chainreactors/files v0.2.5-0.20221212083256-16ee4c1ae47e
|
|
github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8
|
|
github.com/chainreactors/gogo/v2 v2.10.4
|
|
github.com/chainreactors/ipcs v0.0.13
|
|
github.com/chainreactors/logs v0.7.1-0.20221214153111-85f123ff6580
|
|
github.com/chainreactors/parsers v0.3.0
|
|
github.com/chainreactors/words v0.3.2-0.20230105161651-7c1fc4c9605a
|
|
)
|
|
|
|
require (
|
|
github.com/antonmedv/expr v1.9.0
|
|
github.com/gosuri/uiprogress v0.0.1
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/panjf2000/ants/v2 v2.7.0
|
|
github.com/valyala/fasthttp v1.43.0
|
|
golang.org/x/time v0.3.0
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // 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/gosuri/uilive v0.0.4 // indirect
|
|
github.com/klauspost/compress v1.15.10 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/twmb/murmur3 v1.1.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|