2020-03-11 17:29:16 +03:00
|
|
|
module github.com/go-redis/redis/v8
|
2019-03-29 05:28:12 +03:00
|
|
|
|
|
|
|
require (
|
2020-07-06 07:51:51 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2020-08-26 09:46:49 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-08-24 16:25:34 +03:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
2020-08-26 09:46:49 +03:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-09-02 21:59:10 +03:00
|
|
|
github.com/onsi/ginkgo v1.14.0
|
|
|
|
github.com/onsi/gomega v1.10.1
|
2020-08-26 09:46:49 +03:00
|
|
|
go.opentelemetry.io/otel v0.11.0
|
2020-08-24 16:25:34 +03:00
|
|
|
golang.org/x/exp v0.0.0-20200821190819-94841d0725da
|
2020-08-26 09:46:49 +03:00
|
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2019-03-29 05:28:12 +03:00
|
|
|
)
|
2019-05-25 17:42:01 +03:00
|
|
|
|
2019-08-23 16:14:24 +03:00
|
|
|
go 1.11
|