2024-09-09 18:36:04 +03:00
|
|
|
module go.unistack.org/micro-broker-redis/v3
|
|
|
|
|
2024-09-10 08:12:39 +03:00
|
|
|
go 1.22
|
2024-09-09 18:36:04 +03:00
|
|
|
|
|
|
|
require (
|
2024-10-24 17:34:49 +03:00
|
|
|
github.com/redis/go-redis/extra/rediscmd/v9 v9.6.2
|
|
|
|
github.com/redis/go-redis/v9 v9.6.2
|
|
|
|
go.unistack.org/micro/v3 v3.10.97
|
2024-09-09 18:36:04 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-09-20 18:08:47 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-09-09 18:36:04 +03:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-10-09 17:09:09 +03:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2024-09-20 18:08:47 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
2024-10-24 17:34:49 +03:00
|
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
2024-09-09 18:36:04 +03:00
|
|
|
)
|