2023-01-23 09:48:54 +03:00
|
|
|
module github.com/redis/go-redis/extra/rediscmd/v9
|
2020-10-21 15:19:27 +03:00
|
|
|
|
2024-03-27 09:56:11 +03:00
|
|
|
go 1.19
|
2020-10-21 15:19:27 +03:00
|
|
|
|
2023-01-23 09:48:54 +03:00
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
2021-08-12 14:33:59 +03:00
|
|
|
|
2020-10-21 15:19:27 +03:00
|
|
|
require (
|
2024-03-27 09:56:11 +03:00
|
|
|
github.com/bsm/ginkgo/v2 v2.12.0
|
|
|
|
github.com/bsm/gomega v1.27.10
|
2024-02-20 18:44:29 +03:00
|
|
|
github.com/redis/go-redis/v9 v9.5.1
|
2020-10-21 15:19:27 +03:00
|
|
|
)
|
2024-03-27 09:56:11 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
)
|