mirror of https://github.com/docker/docs.git
Merge pull request #8 from bfirsh/rename-libswarm-import
Rename swarmd import to libswarm
This commit is contained in:
commit
c35fc268a8
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"ImportPath": "github.com/docker/swarmd/swarmd",
|
||||
"ImportPath": "github.com/docker/libswarm/swarmd",
|
||||
"GoVersion": "go1.1.1",
|
||||
"Deps": [
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue