mirror of
https://github.com/HDT3213/delayqueue.git
synced 2025-09-27 11:32:06 +08:00
9 lines
127 B
Modula-2
9 lines
127 B
Modula-2
module github.com/hdt3213/delayqueue
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/redis/go-redis/v9 v9.0.5
|
|
)
|