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
|
@ -25,7 +25,7 @@ import (
|
|||
|
||||
sched "github.com/mesos/mesos-go/api/v0/scheduler"
|
||||
"github.com/pkg/errors"
|
||||
"gitlab.com/spdf/elektron/utilities"
|
||||
"github.com/spdf/elektron/utilities"
|
||||
)
|
||||
|
||||
// Names of different scheduling policies.
|
||||
|
|
Reference in a new issue