chore: replace appleboy/queue with new repo (#628)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -17,10 +17,10 @@ import (
|
||||
"github.com/appleboy/gorush/status"
|
||||
|
||||
api "github.com/appleboy/gin-status-api"
|
||||
"github.com/appleboy/queue"
|
||||
"github.com/gin-contrib/logger"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/gin-gonic/gin/binding"
|
||||
"github.com/golang-queue/queue"
|
||||
"github.com/mattn/go-isatty"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/appleboy/gorush/logx"
|
||||
|
||||
"github.com/apex/gateway"
|
||||
"github.com/appleboy/queue"
|
||||
"github.com/golang-queue/queue"
|
||||
)
|
||||
|
||||
// RunHTTPServer provide run http or https protocol.
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/appleboy/gorush/logx"
|
||||
|
||||
"github.com/appleboy/queue"
|
||||
"github.com/golang-queue/queue"
|
||||
"golang.org/x/sync/errgroup"
|
||||
)
|
||||
|
||||
|
||||
@@ -18,10 +18,10 @@ import (
|
||||
"github.com/appleboy/gorush/status"
|
||||
|
||||
"github.com/appleboy/gofight/v2"
|
||||
"github.com/appleboy/queue"
|
||||
"github.com/appleboy/queue/simple"
|
||||
"github.com/buger/jsonparser"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/golang-queue/queue"
|
||||
"github.com/golang-queue/queue/simple"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user