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,8 +25,8 @@ import (
|
|||
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
sched "github.com/mesos/mesos-go/api/v0/scheduler"
|
||||
"gitlab.com/spdf/elektron/def"
|
||||
elekLogDef "gitlab.com/spdf/elektron/logging/def"
|
||||
"github.com/spdf/elektron/def"
|
||||
elekLogDef "github.com/spdf/elektron/logging/def"
|
||||
)
|
||||
|
||||
type SchedPolicyContext interface {
|
||||
|
|
Reference in a new issue