rename to v2
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
package toolbox
|
||||
|
||||
import (
|
||||
"github.com/beego/beego/core/admin"
|
||||
"github.com/beego/beego/v2/core/admin"
|
||||
)
|
||||
|
||||
// AdminCheckList holds health checker map
|
||||
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/beego/beego/core/admin"
|
||||
"github.com/beego/beego/v2/core/admin"
|
||||
)
|
||||
|
||||
var startTime = time.Now()
|
||||
|
||||
@@ -17,7 +17,7 @@ package toolbox
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/beego/beego/server/web"
|
||||
"github.com/beego/beego/v2/server/web"
|
||||
)
|
||||
|
||||
// Statistics struct
|
||||
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
"sort"
|
||||
"time"
|
||||
|
||||
"github.com/beego/beego/task"
|
||||
"github.com/beego/beego/v2/task"
|
||||
)
|
||||
|
||||
// The bounds for each field.
|
||||
|
||||
Reference in New Issue
Block a user