forked from mirror/redis
16 lines
469 B
Modula-2
16 lines
469 B
Modula-2
module github.com/go-redis/redis/v8
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/dgryski/go-rendezvous v0.0.0-20180401054734-3692eb46c031
|
|
github.com/onsi/ginkgo v1.10.1
|
|
github.com/onsi/gomega v1.7.0
|
|
go.opentelemetry.io/otel v0.5.0
|
|
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.29.1 // indirect
|
|
)
|
|
|
|
go 1.11
|