Fix: mesos-go imports
This commit is contained in:
parent
065705d480
commit
3b80af6d8f
20 changed files with 1088 additions and 23 deletions
|
@ -2,7 +2,7 @@ package mesosUtils
|
|||
|
||||
import (
|
||||
"github.com/golang/protobuf/proto"
|
||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -2,7 +2,7 @@ package offerUtils
|
|||
|
||||
import (
|
||||
"bitbucket.org/sunybingcloud/elektron/constants"
|
||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
|
|
Reference in a new issue