redis/go.mod

18 lines
411 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 (
2023-01-27 18:00:49 +03:00
github.com/bsm/ginkgo/v2 v2.5.0
github.com/bsm/gomega v1.20.0
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
github.com/stretchr/testify v1.8.1
2019-03-29 05:28:12 +03:00
)
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
)