-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (25 loc) · 955 Bytes
/
go.mod
File metadata and controls
30 lines (25 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/go-redsync/redsync/v4
go 1.25.0
require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v7 v7.4.1
github.com/go-redis/redis/v8 v8.11.5
github.com/gomodule/redigo v1.9.3
github.com/hashicorp/go-multierror v1.1.1
github.com/redis/go-redis/v9 v9.18.0
github.com/redis/rueidis v1.0.73
github.com/redis/rueidis/rueidiscompat v1.0.73
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
github.com/valkey-io/valkey-go v1.0.73
github.com/valkey-io/valkey-go/valkeycompat v1.0.73
golang.org/x/sync v0.20.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.39.0 // indirect
)
replace github.com/stvp/tempredis => github.com/hjr265/tempredis v0.0.0-20231015061547-ad8aa5a343a2
retract v4.14.0