mirror of
https://github.com/HDT3213/delayqueue.git
synced 2025-12-24 10:30:52 +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
|
|
)
|