redis/go.mod

14 lines
343 B
Modula-2
Raw Normal View History

2020-03-11 17:29:16 +03:00
module github.com/go-redis/redis/v8
2019-03-29 05:28:12 +03:00
2021-01-10 10:19:45 +03:00
go 1.13
2020-09-17 16:13:43 +03:00
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-24 16:25:34 +03:00
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2021-02-04 10:51:06 +03:00
github.com/onsi/ginkgo v1.15.0
2021-02-02 01:52:10 +03:00
github.com/onsi/gomega v1.10.5
2021-03-04 04:43:10 +03:00
go.opentelemetry.io/otel v0.18.0
go.opentelemetry.io/otel/metric v0.18.0
go.opentelemetry.io/otel/trace v0.18.0
2019-03-29 05:28:12 +03:00
)