You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
424 B
16 lines
424 B
module github.com/alibaba/RedisShake
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/pelletier/go-toml/v2 v2.0.0-beta.3
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|
|
|