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.
12 lines
312 B
12 lines
312 B
3 years ago
|
module github.com/alibaba/RedisShake
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/pelletier/go-toml/v2 v2.0.0-beta.3
|
||
|
github.com/rs/zerolog v1.27.0
|
||
|
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
|
||
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||
|
)
|