bump dependency version.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -2,9 +2,9 @@ package gorush
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
api "github.com/appleboy/gin-status-api"
|
||||
"github.com/fvbock/endless"
|
||||
"github.com/gin-gonic/gin"
|
||||
api "gopkg.in/appleboy/gin-status-api.v1"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
package gorush
|
||||
|
||||
import (
|
||||
"github.com/appleboy/gofight"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/buger/jsonparser"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gopkg.in/appleboy/gofight.v1"
|
||||
"net/http"
|
||||
"os"
|
||||
"runtime"
|
||||
|
||||
Reference in New Issue
Block a user