mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-06 18:51:22 +00:00
61 lines
2.5 KiB
Modula-2
61 lines
2.5 KiB
Modula-2
module github.com/chainreactors/spray
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.2
|
|
|
|
require (
|
|
github.com/chainreactors/files v0.0.0-20231123083421-cea5b4ad18a8
|
|
github.com/chainreactors/fingers v0.0.0-20240711193807-8c1518dc63fc
|
|
github.com/chainreactors/logs v0.0.0-20240207121836-c946f072f81f
|
|
github.com/chainreactors/parsers v0.0.0-20240708072709-07deeece7ce2
|
|
github.com/chainreactors/utils v0.0.0-20240715080349-d2d0484c95ed
|
|
github.com/chainreactors/words v0.4.1-0.20240510105042-5ba5c2edc508
|
|
github.com/expr-lang/expr v1.16.9
|
|
github.com/gookit/config/v2 v2.2.5
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/panjf2000/ants/v2 v2.9.1
|
|
github.com/valyala/fasthttp v1.53.0
|
|
github.com/vbauerster/mpb/v8 v8.7.3
|
|
golang.org/x/net v0.25.0
|
|
golang.org/x/time v0.5.0
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/facebookincubator/nvdtools v0.1.5 // indirect
|
|
github.com/fatih/color v1.17.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.20.0 // indirect
|
|
github.com/goccy/go-yaml v1.11.3 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gookit/goutil v0.6.15 // indirect
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.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-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|