mirror of https://github.com/go-redis/redis.git
18 lines
411 B
Modula-2
18 lines
411 B
Modula-2
module github.com/redis/go-redis/v9
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/bsm/ginkgo/v2 v2.5.0
|
|
github.com/bsm/gomega v1.20.0
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|