chore: replace appleboy/queue with new repo (#628)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2021-08-15 16:12:08 +08:00
committed by GitHub
parent 226abc69c5
commit 70744b58cd
8 changed files with 19 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/appleboy/gorush/logx"
"github.com/appleboy/go-fcm"
"github.com/appleboy/queue"
"github.com/golang-queue/queue"
jsoniter "github.com/json-iterator/go"
"github.com/msalihkarakasli/go-hms-push/push/model"
)