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

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

@@ -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 {