mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chayim <chayim@users.noreply.github.com>
11 lines
228 B
Modula-2
11 lines
228 B
Modula-2
module github.com/redis/go-redis/v9
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bsm/ginkgo/v2 v2.9.5
|
|
github.com/bsm/gomega v1.26.0
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
|
)
|