mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-06 18:51:22 +00:00
51 lines
2.1 KiB
Modula-2
51 lines
2.1 KiB
Modula-2
module github.com/chainreactors/spray
|
|
|
|
go 1.21
|
|
|
|
require github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8
|
|
|
|
require (
|
|
github.com/antonmedv/expr v1.12.5
|
|
github.com/chainreactors/files v0.0.0-20231123083421-cea5b4ad18a8
|
|
github.com/chainreactors/gogo/v2 v2.11.12-0.20231228061950-116583962e30
|
|
github.com/chainreactors/logs v0.0.0-20240207121836-c946f072f81f
|
|
github.com/chainreactors/parsers v0.0.0-20240220101211-fc5d6e07ba81
|
|
github.com/chainreactors/utils v0.0.0-20231031063336-9477f1b23886
|
|
github.com/chainreactors/words v0.4.1-0.20240220104223-153f52e53f37
|
|
github.com/goccy/go-yaml v1.11.2
|
|
github.com/gookit/config/v2 v2.2.5
|
|
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/net v0.20.0
|
|
golang.org/x/time v0.3.0
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/fatih/color v1.15.0 // 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/go-playground/validator/v10 v10.14.1 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gookit/goutil v0.6.15 // indirect
|
|
github.com/gosuri/uilive v0.0.4 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/twmb/murmur3 v1.1.8 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/term v0.16.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
)
|