2021-10-27 23:29:16 +03:00
|
|
|
module go.unistack.org/micro-store-redis/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2024-10-08 13:07:46 +03:00
|
|
|
go 1.22
|
2024-07-04 15:13:19 +03:00
|
|
|
|
|
|
|
toolchain go1.22.4
|
2023-10-20 23:51:29 +03:00
|
|
|
|
|
|
|
require (
|
2024-10-14 18:56:37 +03:00
|
|
|
github.com/redis/go-redis/extra/rediscmd/v9 v9.6.2
|
2024-10-14 17:49:38 +03:00
|
|
|
github.com/redis/go-redis/v9 v9.6.2
|
|
|
|
go.unistack.org/micro/v3 v3.10.97
|
2023-10-20 23:51:29 +03:00
|
|
|
)
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
2024-10-05 16:11:46 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-10-20 23:51:29 +03:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-10-08 13:07:46 +03:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-10-05 16:11:46 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
2024-10-08 13:07:46 +03:00
|
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|