module github.com/go-redis/redis

require (
	github.com/onsi/ginkgo v1.8.0
	github.com/onsi/gomega v1.5.0
)

go 1.13