2023-10-21 00:57:12 +03:00
|
|
|
module go.unistack.org/micro-store-redis/v4
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2023-10-20 23:51:29 +03:00
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/redis/go-redis/v9 v9.2.1
|
2023-10-21 00:57:12 +03:00
|
|
|
go.unistack.org/micro/v4 v4.0.7
|
2023-10-20 23:51:29 +03:00
|
|
|
)
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
2023-03-17 12:40:50 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-10-20 23:51:29 +03:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|