mirror of
https://github.com/HDT3213/delayqueue.git
synced 2025-10-05 15:16:57 +08:00
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
module github.com/hdt3213/delayqueue
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/google/uuid v1.3.0
|
|
)
|