1
0
mirror of https://github.com/redis/go-redis.git synced 2025-10-29 05:29:22 +03:00
Files
go-redis/go.mod
2019-05-30 17:17:27 +03:00

9 lines
117 B
Modula-2

module github.com/go-redis/redis
require (
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
)
go 1.13