修复RedisCommand BUG + 增加单元测试
This commit is contained in:
12
go.mod
12
go.mod
@ -1,3 +1,13 @@
|
||||
module git.zhangdeman.cn/zhangdeman/consts
|
||||
|
||||
go 1.19
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
|
||||
require github.com/smartystreets/goconvey v1.8.1
|
||||
|
||||
require (
|
||||
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
||||
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
||||
github.com/smarty/assertions v1.15.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user