切换包管理工具并升级依赖包

This commit is contained in:
Minho
2018-03-06 15:51:18 +08:00
parent ddf5a6f010
commit 101d4a9aa1
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ import (
"github.com/lifei6671/mindoc/utils/pagination"
"net/http"
"github.com/lifei6671/mindoc/converter"
"github.com/russross/blackfriday"
"gopkg.in/russross/blackfriday.v2"
)
type BookController struct {

View File

@@ -25,7 +25,7 @@ import (
"github.com/lifei6671/mindoc/models"
"github.com/lifei6671/mindoc/utils"
"github.com/lifei6671/mindoc/utils/pagination"
"github.com/russross/blackfriday"
"gopkg.in/russross/blackfriday.v2"
)
// DocumentController struct

View File

@@ -17,7 +17,7 @@ import (
"github.com/lifei6671/mindoc/conf"
"github.com/lifei6671/mindoc/converter"
"github.com/lifei6671/mindoc/utils"
"github.com/russross/blackfriday"
"gopkg.in/russross/blackfriday.v2"
)
type BookResult struct {