Fix: mesos-go imports
This commit is contained in:
parent
065705d480
commit
3b80af6d8f
20 changed files with 1088 additions and 23 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"bitbucket.org/sunybingcloud/elektron/constants"
|
||||
"bitbucket.org/sunybingcloud/elektron/utilities/offerUtils"
|
||||
"encoding/json"
|
||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
"github.com/pkg/errors"
|
||||
"os"
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package def
|
||||
|
||||
import (
|
||||
"github.com/mdesenfants/gokmeans"
|
||||
"github.com/mash/gokmeans"
|
||||
"log"
|
||||
"sort"
|
||||
)
|
||||
|
|
Reference in a new issue