redisdb/go.mod

13 lines
318 B
Modula-2
Raw Permalink 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 github.com/go-redis/redis/v8 v8.11.4
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
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
)