Evstigneev Denis
24c9f20196
- go mod tidy - fix version redis - retract ( v9.5.3 // This version was accidentally released. ) from github.com/redis/go-redis/extra/rediscmd/v9@v9.5.3 Reviewed-on: #116 Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru> Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
20 lines
497 B
Modula-2
20 lines
497 B
Modula-2
module go.unistack.org/micro-store-redis/v3
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.4
|
|
|
|
require (
|
|
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5
|
|
github.com/redis/go-redis/v9 v9.6.1
|
|
go.unistack.org/micro/v3 v3.10.96
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
|
)
|