mirror of https://github.com/go-redis/redis.git
17 lines
534 B
Modula-2
17 lines
534 B
Modula-2
module github.com/go-redis/redis/v8
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/onsi/ginkgo v1.14.0
|
|
github.com/onsi/gomega v1.10.1
|
|
go.opentelemetry.io/otel v0.11.0
|
|
golang.org/x/exp v0.0.0-20200821190819-94841d0725da
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
go 1.11
|