Rename swarmd import to libswarm

This commit is contained in:
Ben Firshman 2014-05-21 18:17:30 +01:00
parent 0d2df42abb
commit b2b2d16d04
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"ImportPath": "github.com/docker/swarmd/swarmd",
"ImportPath": "github.com/docker/libswarm/swarmd",
"GoVersion": "go1.1.1",
"Deps": [
{

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/codegangsta/cli"
"github.com/docker/swarmd/backends"
"github.com/docker/libswarm/backends"
"github.com/dotcloud/docker/api/server"
"github.com/dotcloud/docker/engine"
"github.com/flynn/go-shlex"