mirror of
https://github.com/beego/bee.git
synced 2025-07-17 18:22:17 +00:00
rename mod back
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"time"
|
||||
|
||||
beeLogger "github.com/gadelkareem/bee/logger"
|
||||
beeLogger "github.com/beego/bee/logger"
|
||||
)
|
||||
|
||||
// RuntimeInfo holds information about the current runtime.
|
||||
|
@@ -14,10 +14,10 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/gadelkareem/bee/cmd/commands"
|
||||
beeLogger "github.com/gadelkareem/bee/logger"
|
||||
"github.com/gadelkareem/bee/logger/colors"
|
||||
"github.com/gadelkareem/bee/utils"
|
||||
"github.com/beego/bee/cmd/commands"
|
||||
beeLogger "github.com/beego/bee/logger"
|
||||
"github.com/beego/bee/logger/colors"
|
||||
"github.com/beego/bee/utils"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user