Fix: mesos-go imports
This commit is contained in:
parent
065705d480
commit
3b80af6d8f
20 changed files with 1088 additions and 23 deletions
|
@ -6,9 +6,9 @@ import (
|
|||
"bytes"
|
||||
"fmt"
|
||||
"github.com/golang/protobuf/proto"
|
||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||
"github.com/mesos/mesos-go/mesosutil"
|
||||
sched "github.com/mesos/mesos-go/scheduler"
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
"github.com/mesos/mesos-go/api/v0/mesosutil"
|
||||
sched "github.com/mesos/mesos-go/api/v0/scheduler"
|
||||
"log"
|
||||
"sync"
|
||||
"time"
|
||||
|
|
Reference in a new issue