swarmd -> swarm

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-11-18 00:57:05 +00:00
parent 43accba357
commit ed2db9a85b
13 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,8 @@ import (
"strings"
log "github.com/Sirupsen/logrus"
"github.com/docker/libcluster"
"github.com/docker/libcluster/scheduler"
"github.com/docker/libcluster/swarm"
"github.com/gorilla/mux"
"github.com/samalba/dockerclient"
)

View File

@ -6,7 +6,7 @@ import (
"net/http"
"sync"
"github.com/docker/libcluster"
"github.com/docker/libcluster/swarm"
)
type eventsHandler struct {

View File

@ -6,12 +6,12 @@ import (
log "github.com/Sirupsen/logrus"
"github.com/codegangsta/cli"
"github.com/docker/libcluster"
"github.com/docker/libcluster/api"
"github.com/docker/libcluster/discovery"
"github.com/docker/libcluster/scheduler"
"github.com/docker/libcluster/scheduler/filter"
"github.com/docker/libcluster/scheduler/strategy"
"github.com/docker/libcluster/swarm"
)
type logHandler struct {

View File

@ -1,7 +1,7 @@
package filter
import (
"github.com/docker/libcluster"
"github.com/docker/libcluster/swarm"
"github.com/samalba/dockerclient"
)

View File

@ -4,9 +4,9 @@ import (
"fmt"
"sync"
"github.com/docker/libcluster"
"github.com/docker/libcluster/scheduler/filter"
"github.com/docker/libcluster/scheduler/strategy"
"github.com/docker/libcluster/swarm"
"github.com/samalba/dockerclient"
)

View File

@ -4,7 +4,7 @@ import (
"errors"
"sort"
"github.com/docker/libcluster"
"github.com/docker/libcluster/swarm"
"github.com/samalba/dockerclient"
)

View File

@ -5,7 +5,7 @@ import (
"math/rand"
"time"
"github.com/docker/libcluster"
"github.com/docker/libcluster/swarm"
"github.com/samalba/dockerclient"
)

View File

@ -1,7 +1,7 @@
package strategy
import (
"github.com/docker/libcluster"
"github.com/docker/libcluster/swarm"
"github.com/samalba/dockerclient"
)