Files
timerx/go.mod
T

12 lines
272 B
Modula-2
Raw Permalink Normal View History

2023-11-27 22:37:33 +08:00
module code.yun.ink/pkg/timerx
2023-08-06 01:07:29 +08:00
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 (
2023-11-27 22:37:33 +08:00
code.yun.ink/pkg/lockx v1.0.0 // indirect
2023-08-27 23:39:58 +08:00
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)