mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
9 lines
120 B
Modula-2
9 lines
120 B
Modula-2
module github.com/go-redis/redis/v7
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.8.0
|
|
github.com/onsi/gomega v1.5.0
|
|
)
|
|
|
|
go 1.13
|