mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-06 10:41:21 +00:00
39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module github.com/chainreactors/spray
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/chainreactors/files v0.2.5-0.20230310102018-3d10f74c7d6b
|
|
github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8
|
|
github.com/chainreactors/gogo/v2 v2.11.1-0.20230327070928-b5ff67ac46c7
|
|
github.com/chainreactors/logs v0.7.1-0.20230316032643-ed7d85ca234f
|
|
github.com/chainreactors/parsers v0.3.1-0.20230403160559-9ed502452575
|
|
github.com/chainreactors/words v0.4.1-0.20230327065326-448a905ac8c2
|
|
)
|
|
|
|
require (
|
|
github.com/antonmedv/expr v1.12.5
|
|
github.com/chainreactors/ipcs v0.0.13
|
|
github.com/chainreactors/utils v0.0.14-0.20230314084720-a4d745cabc56
|
|
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
|
|
)
|