Merge pull request #8 from bfirsh/rename-libswarm-import

Rename swarmd import to libswarm
This commit is contained in:
Solomon Hykes 2014-05-22 13:34:36 -07:00
commit c35fc268a8
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"