Joey Armstrong | e8c091f | 2023-01-17 16:56:26 -0500 | [diff] [blame] | 1 | module github.com/go-redis/redis/v8 |
2 | |||||
3 | go 1.11 | ||||
4 | |||||
5 | require ( | ||||
6 | github.com/cespare/xxhash/v2 v2.1.1 | ||||
7 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f | ||||
8 | github.com/onsi/ginkgo v1.14.2 | ||||
9 | github.com/onsi/gomega v1.10.3 | ||||
10 | go.opentelemetry.io/otel v0.13.0 | ||||
11 | ) |