redis-go/go.mod

9 lines
123 B
Modula-2
Raw Normal View History

2021-04-14 22:33:18 +08:00
module github.com/hdt3213/godis
2020-10-10 08:40:25 +08:00
2021-05-02 15:42:29 +08:00
go 1.16
2020-10-10 08:40:25 +08:00
require (
2022-11-05 21:34:18 +08:00
github.com/hdt3213/rdb v1.0.5
github.com/shopspring/decimal v1.2.0
)