mirror of https://github.com/go-redis/redis.git
14 lines
354 B
Modula-2
14 lines
354 B
Modula-2
module github.com/go-redis/redis/v8
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.10.1
|
|
github.com/onsi/gomega v1.7.0
|
|
go.opentelemetry.io/otel v0.2.3
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/grpc v1.27.1
|
|
)
|
|
|
|
go 1.11
|