2021-10-27 23:29:16 +03:00
|
|
|
module go.unistack.org/micro-store-redis/v3
|
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
|
2024-04-14 22:27:28 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.62
|
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
|
|
|
)
|