update gofight to v2.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-01-01 13:46:30 +08:00
parent 218e3fbddc
commit d6f9d132ea
3 changed files with 12 additions and 11 deletions

View File

@@ -1,16 +1,17 @@
package gorush
import (
"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"
"testing"
"time"
"github.com/appleboy/gorush/config"
"github.com/buger/jsonparser"
"github.com/gin-gonic/gin"
"github.com/stretchr/testify/assert"
"gopkg.in/appleboy/gofight.v2"
)
var goVersion = runtime.Version()