chore(package): upgrade gofight

This commit is contained in:
Bo-Yi Wu
2019-06-11 01:49:33 +08:00
parent a4b41daf2d
commit 80e833508f
3 changed files with 97 additions and 75 deletions

View File

@@ -8,10 +8,11 @@ import (
"time"
"github.com/appleboy/gorush/config"
"github.com/appleboy/gofight/v2"
"github.com/buger/jsonparser"
"github.com/gin-gonic/gin"
"github.com/stretchr/testify/assert"
"gopkg.in/appleboy/gofight.v2"
)
var goVersion = runtime.Version()