fixed import.

This commit is contained in:
Pradyumna Kaushik 2018-09-23 19:28:06 -04:00
parent 66c19b53c9
commit 1437979223

View file

@ -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"