2021-04-16 14:50:17 +03:00
|
|
|
module github.com/go-redis/redis/extra/rediscmd/v8
|
2020-10-21 15:19:27 +03:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-08-12 14:33:59 +03:00
|
|
|
replace github.com/go-redis/redis/v8 => ../..
|
|
|
|
|
2020-10-21 15:19:27 +03:00
|
|
|
require (
|
2021-10-04 16:28:19 +03:00
|
|
|
github.com/go-redis/redis/v8 v8.11.4
|
2021-08-12 14:35:44 +03:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
2021-09-23 16:31:21 +03:00
|
|
|
github.com/onsi/gomega v1.16.0
|
2020-10-21 15:19:27 +03:00
|
|
|
)
|