mirror of
https://github.com/redis/go-redis.git
synced 2025-04-16 09:23:06 +03:00
12 lines
226 B
Modula-2
12 lines
226 B
Modula-2
module github.com/redis/go-redis/extra/rediscmd/v9
|
|
|
|
go 1.15
|
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.24.2
|
|
github.com/redis/go-redis/v9 v9.0.0-rc.2
|
|
)
|