File tree 16 files changed +17
-16
lines changed
16 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 8
8
9
9
"html/template"
10
10
11
- "github.com/beego/beego/v2/adapter /logs"
11
+ "github.com/beego/beego/v2/core /logs"
12
12
"github.com/beego/beego/v2/server/web"
13
13
"github.com/lifei6671/gocaptcha"
14
14
"github.com/mindoc-org/mindoc/conf"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"path/filepath"
14
14
15
15
"github.com/beego/beego/v2/adapter"
16
- "github.com/beego/beego/v2/adapter /logs"
16
+ "github.com/beego/beego/v2/core /logs"
17
17
"github.com/beego/beego/v2/server/web"
18
18
"github.com/mindoc-org/mindoc/conf"
19
19
"github.com/mindoc-org/mindoc/models"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
18
18
"net/http"
19
19
20
- "github.com/beego/beego/v2/adapter/logs"
21
20
"github.com/beego/beego/v2/client/orm"
21
+ "github.com/beego/beego/v2/core/logs"
22
22
"github.com/mindoc-org/mindoc/conf"
23
23
"github.com/mindoc-org/mindoc/graphics"
24
24
"github.com/mindoc-org/mindoc/models"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package controllers
3
3
import (
4
4
"errors"
5
5
6
- "github.com/beego/beego/v2/adapter/logs"
7
6
"github.com/beego/beego/v2/client/orm"
7
+ "github.com/beego/beego/v2/core/logs"
8
8
"github.com/mindoc-org/mindoc/conf"
9
9
"github.com/mindoc-org/mindoc/models"
10
10
)
Original file line number Diff line number Diff line change 4
4
"math"
5
5
"net/url"
6
6
7
- "github.com/beego/beego/v2/adapter /logs"
7
+ "github.com/beego/beego/v2/core /logs"
8
8
"github.com/mindoc-org/mindoc/conf"
9
9
"github.com/mindoc-org/mindoc/models"
10
10
"github.com/mindoc-org/mindoc/utils/pagination"
Original file line number Diff line number Diff line change 1
1
package controllers
2
2
3
3
import (
4
- "github.com/beego/beego/v2/adapter/logs"
5
4
"github.com/beego/beego/v2/client/orm"
5
+ "github.com/beego/beego/v2/core/logs"
6
6
"github.com/mindoc-org/mindoc/conf"
7
7
"github.com/mindoc-org/mindoc/models"
8
8
"github.com/mindoc-org/mindoc/utils/pagination"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package controllers
3
3
import (
4
4
"math"
5
5
6
- "github.com/beego/beego/v2/adapter/logs"
7
6
"github.com/beego/beego/v2/client/orm"
7
+ "github.com/beego/beego/v2/core/logs"
8
8
"github.com/mindoc-org/mindoc/conf"
9
9
"github.com/mindoc-org/mindoc/models"
10
10
"github.com/mindoc-org/mindoc/utils/pagination"
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
14
14
"os"
15
15
16
16
"github.com/beego/beego/v2/adapter"
17
- "github.com/beego/beego/v2/adapter/logs"
18
17
"github.com/beego/beego/v2/client/orm"
18
+ "github.com/beego/beego/v2/core/logs"
19
19
"github.com/mindoc-org/mindoc/conf"
20
20
"github.com/mindoc-org/mindoc/models"
21
21
"github.com/mindoc-org/mindoc/utils"
Original file line number Diff line number Diff line change 4
4
"strconv"
5
5
"strings"
6
6
7
- "github.com/beego/beego/v2/adapter /logs"
7
+ "github.com/beego/beego/v2/core /logs"
8
8
"github.com/mindoc-org/mindoc/conf"
9
9
"github.com/mindoc-org/mindoc/models"
10
10
"github.com/mindoc-org/mindoc/utils"
Original file line number Diff line number Diff line change 8
8
"strings"
9
9
"time"
10
10
11
- "github.com/beego/beego/v2/adapter /logs"
11
+ "github.com/beego/beego/v2/core /logs"
12
12
"github.com/mindoc-org/mindoc/conf"
13
13
"github.com/mindoc-org/mindoc/graphics"
14
14
"github.com/mindoc-org/mindoc/models"
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ import (
17
17
"regexp"
18
18
"strconv"
19
19
"strings"
20
- "github.com/beego/beego/v2/adapter/logs"
20
+
21
+ "github.com/beego/beego/v2/core/logs"
21
22
)
22
23
23
24
var (
Original file line number Diff line number Diff line change 8
8
9
9
"strings"
10
10
11
- "github.com/beego/beego/v2/adapter/logs"
12
11
"github.com/beego/beego/v2/client/orm"
12
+ "github.com/beego/beego/v2/core/logs"
13
13
"github.com/mindoc-org/mindoc/conf"
14
14
"github.com/mindoc-org/mindoc/utils/filetil"
15
15
)
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
18
18
"encoding/json"
19
19
20
- "github.com/beego/beego/v2/adapter/logs"
21
20
"github.com/beego/beego/v2/client/orm"
21
+ "github.com/beego/beego/v2/core/logs"
22
22
"github.com/mindoc-org/mindoc/conf"
23
23
"github.com/mindoc-org/mindoc/utils"
24
24
"github.com/mindoc-org/mindoc/utils/cryptil"
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
15
15
16
16
"github.com/PuerkitoBio/goquery"
17
17
"github.com/beego/beego/v2/adapter"
18
- "github.com/beego/beego/v2/adapter/logs"
19
18
"github.com/beego/beego/v2/client/orm"
19
+ "github.com/beego/beego/v2/core/logs"
20
20
"github.com/beego/beego/v2/server/web"
21
21
"github.com/mindoc-org/mindoc/conf"
22
22
"github.com/mindoc-org/mindoc/converter"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package models
3
3
import (
4
4
"errors"
5
5
6
- "github.com/beego/beego/v2/adapter/logs"
7
6
"github.com/beego/beego/v2/client/orm"
7
+ "github.com/beego/beego/v2/core/logs"
8
8
"github.com/mindoc-org/mindoc/conf"
9
9
)
10
10
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"time"
6
6
7
- "github.com/beego/beego/v2/adapter/logs"
8
7
"github.com/beego/beego/v2/client/orm"
8
+ "github.com/beego/beego/v2/core/logs"
9
9
"github.com/mindoc-org/mindoc/conf"
10
10
)
11
11
You can’t perform that action at this time.
0 commit comments