mirror of
https://github.com/HDT3213/godis.git
synced 2025-11-02 12:54:01 +08:00
11 lines
207 B
Modula-2
11 lines
207 B
Modula-2
module github.com/hdt3213/godis
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/hdt3213/rdb v1.0.2
|
|
github.com/jolestar/go-commons-pool/v2 v2.1.1
|
|
github.com/shopspring/decimal v1.2.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|