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 (
|
2023-02-08 15:31:43 +03:00
|
|
|
github.com/bsm/ginkgo/v2 v2.7.0
|
2023-02-08 15:50:55 +03:00
|
|
|
github.com/bsm/gomega v1.26.0
|
2022-12-14 17:18:31 +03:00
|
|
|
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
|
2022-11-21 12:01:39 +03:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2019-03-29 05:28:12 +03:00
|
|
|
)
|
2021-12-27 03:31:17 +03:00
|
|
|
|
|
|
|
require (
|
2022-10-06 13:33:37 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-07-25 04:30:21 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-12-27 03:31:17 +03:00
|
|
|
)
|