mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-20 04:00:05 +08:00
切换包管理工具并升级依赖包
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user