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
|
@ -21,8 +21,8 @@ package schedUtils
|
|||
import (
|
||||
"log"
|
||||
|
||||
"gitlab.com/spdf/elektron/def"
|
||||
"gitlab.com/spdf/elektron/utilities"
|
||||
"github.com/spdf/elektron/def"
|
||||
"github.com/spdf/elektron/utilities"
|
||||
)
|
||||
|
||||
// Criteria for resizing the scheduling window.
|
||||
|
|
Reference in a new issue