redis/go.mod

11 lines
229 B
Modula-2
Raw Normal View History

2023-01-23 09:48:54 +03:00
module github.com/redis/go-redis/v9
2019-03-29 05:28:12 +03:00
2023-02-08 10:07:42 +03:00
go 1.18
2020-09-17 16:13:43 +03:00
2019-03-29 05:28:12 +03:00
require (
github.com/bsm/ginkgo/v2 v2.9.5
github.com/bsm/gomega v1.27.10
github.com/cespare/xxhash/v2 v2.2.0
2020-08-24 16:25:34 +03:00
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
)