Update to use new Task API

This commit is contained in:
Ken Hibino
2021-04-04 15:15:54 -07:00
parent 1149ad737d
commit d068f274f7
3 changed files with 97 additions and 26 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.16
require (
github.com/go-redis/redis/v8 v8.8.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.17.2
github.com/rs/cors v1.7.0