Fix: mesos-go imports

This commit is contained in:
Akash Kothawale 2018-01-19 17:46:35 -05:00 committed by Pradyumna Kaushik
parent 065705d480
commit 3b80af6d8f
20 changed files with 1088 additions and 23 deletions

View file

@ -5,8 +5,8 @@ import (
"bitbucket.org/sunybingcloud/elektron/utilities/mesosUtils"
"bitbucket.org/sunybingcloud/elektron/utilities/offerUtils"
"fmt"
mesos "github.com/mesos/mesos-go/mesosproto"
sched "github.com/mesos/mesos-go/scheduler"
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
sched "github.com/mesos/mesos-go/api/v0/scheduler"
"math/rand"
)