refact imports to github.xxx. update go.mod + go.sum

This commit is contained in:
Pradyumna Kaushik 2019-10-24 20:19:19 -04:00
parent 28d10d9d39
commit 0f36d30d46
23 changed files with 102 additions and 105 deletions

View file

@ -21,9 +21,9 @@ package schedulers
import (
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
sched "github.com/mesos/mesos-go/api/v0/scheduler"
"gitlab.com/spdf/elektron/def"
"gitlab.com/spdf/elektron/utilities/mesosUtils"
"gitlab.com/spdf/elektron/utilities/offerUtils"
"github.com/spdf/elektron/def"
"github.com/spdf/elektron/utilities/mesosUtils"
"github.com/spdf/elektron/utilities/offerUtils"
)
// Decides if to take an offer or not