2023-08-06 01:07:29 +08:00
|
|
|
module code.yun.ink/open/timer
|
|
|
|
|
|
|
|
|
|
go 1.19
|
2023-08-15 14:01:23 +08:00
|
|
|
|
2023-09-10 10:02:07 +08:00
|
|
|
require github.com/go-redis/redis/v8 v8.11.5
|
2023-08-27 23:39:58 +08:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
|
)
|