redis/go.mod

19 lines
455 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.12.0
github.com/bsm/gomega v1.27.10
github.com/cespare/xxhash/v2 v2.2.0
2024-03-03 12:20:05 +03:00
github.com/dgraph-io/ristretto v0.1.1
2020-08-24 16:25:34 +03:00
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
)
2024-01-21 22:53:58 +03:00
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/golang/glog v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.16.0 // indirect
)