refactor(backend): Upgrade the version that depends on the library gin

Upgrade the version that depends on the library gin
This commit is contained in:
yaziming
2020-05-09 17:18:10 +08:00
parent b5c111bf28
commit 1b602d4e24
5 changed files with 35 additions and 65 deletions

View File

@@ -7,8 +7,8 @@ import (
"fmt"
"github.com/apex/log"
"github.com/gin-gonic/gin"
"github.com/go-playground/validator/v10"
errors2 "github.com/pkg/errors"
"gopkg.in/go-playground/validator.v9"
"net/http"
"runtime/debug"
)