mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-07 09:41:05 +08:00
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module github.com/hdt3213/godis
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/hdt3213/rdb v1.0.5
|
|
github.com/shopspring/decimal v1.2.0
|
|
)
|