mirror of https://github.com/go-redis/redis.git
17 lines
498 B
Modula-2
17 lines
498 B
Modula-2
module github.com/go-redis/redis/v8
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
|
github.com/onsi/ginkgo v1.10.1
|
|
github.com/onsi/gomega v1.7.0
|
|
go.opentelemetry.io/otel v0.10.0
|
|
golang.org/x/exp v0.0.0-20200821190819-94841d0725da
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/grpc v1.31.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|
|
|
|
go 1.11
|