diff --git a/swarmd/Godeps/Godeps.json b/swarmd/Godeps/Godeps.json index 1d37b02042..b7aa5eaf13 100644 --- a/swarmd/Godeps/Godeps.json +++ b/swarmd/Godeps/Godeps.json @@ -1,5 +1,5 @@ { - "ImportPath": "github.com/docker/swarmd/swarmd", + "ImportPath": "github.com/docker/libswarm/swarmd", "GoVersion": "go1.1.1", "Deps": [ { diff --git a/swarmd/swarmd.go b/swarmd/swarmd.go index 17ccbd9442..4f3ccdf684 100644 --- a/swarmd/swarmd.go +++ b/swarmd/swarmd.go @@ -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"