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
2023-03-14 01:13:33 +08:00
go 1.17
2020-10-10 08:40:25 +08:00
require (
2023-04-08 06:11:02 +08:00
github.com/hdt3213/rdb v1.0.9
github.com/shopspring/decimal v1.2.0
)