refact imports to github.xxx. update go.mod + go.sum
This commit is contained in:
parent
28d10d9d39
commit
0f36d30d46
23 changed files with 102 additions and 105 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
logUtils "gitlab.com/spdf/elektron/logging/utils"
|
||||
logUtils "github.com/spdf/elektron/logging/utils"
|
||||
)
|
||||
|
||||
// Names of different loggers
|
||||
|
|
Reference in a new issue