Initial commit

This commit is contained in:
Ken Hibino
2019-11-14 21:07:19 -08:00
commit 6d65ebfb35
4 changed files with 110 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/hibiken/asynq
go 1.13
require (
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-redis/redis/v7 v7.0.0-beta.4
github.com/google/uuid v1.1.1
)