redisdb/go.mod

18 lines
468 B
Modula-2
Raw Normal View History

2022-12-05 08:01:07 +00:00
module git.selly.red/Selly-Modules/redisdb/v3
2021-08-09 03:36:09 +00:00
2022-11-24 03:38:56 +00:00
go 1.19
2021-08-09 03:36:09 +00:00
require (
2022-04-19 10:58:07 +00:00
github.com/go-redis/redis/v8 v8.11.4
github.com/go-redsync/redsync/v4 v4.5.0
2022-11-24 03:38:56 +00:00
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
2022-12-05 07:54:51 +00:00
golang.org/x/net v0.1.0 // indirect
2022-11-24 03:38:56 +00:00
golang.org/x/sys v0.1.0 // indirect
2021-08-09 03:36:09 +00:00
)