fixed import.
This commit is contained in:
parent
66c19b53c9
commit
1437979223
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
package schedulers
|
package schedulers
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bitbucket.org/sunybingcloud/electron/utilities"
|
"bitbucket.org/sunybingcloud/elektron/utilities"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
sched "github.com/mesos/mesos-go/api/v0/scheduler"
|
sched "github.com/mesos/mesos-go/api/v0/scheduler"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
Reference in a new issue