mirror of https://github.com/go-redis/redis.git
17 lines
518 B
Modula-2
17 lines
518 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-20200624174652-8d2f3be8b2d9
|
|
github.com/onsi/ginkgo v1.10.1
|
|
github.com/onsi/gomega v1.7.0
|
|
go.opentelemetry.io/otel v0.7.0
|
|
golang.org/x/exp v0.0.0-20200513190911-00229845015e
|
|
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
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|
|
|
|
go 1.11
|