mirror of https://github.com/go-redis/redis.git
7 lines
108 B
Modula-2
7 lines
108 B
Modula-2
|
module github.com/go-redis/redis
|
||
|
|
||
|
require (
|
||
|
github.com/onsi/ginkgo v1.8.0
|
||
|
github.com/onsi/gomega v1.5.0
|
||
|
)
|