1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Replace rancherio with rancher

Signed-off-by: Wang Long <long.wanglong@huawei.com>
This commit is contained in:
Wang Long
2015-10-12 19:50:17 +08:00
parent 4899ccd89c
commit 9e15059789
40 changed files with 72 additions and 72 deletions

View File

@@ -9,9 +9,9 @@ import (
"github.com/docker/libcompose/cli/command"
dockerApp "github.com/docker/libcompose/cli/docker/app"
"github.com/docker/libcompose/project"
"github.com/rancherio/os/compose"
"github.com/rancherio/os/config"
"github.com/rancherio/os/util"
"github.com/rancher/os/compose"
"github.com/rancher/os/config"
"github.com/rancher/os/util"
)
type projectFactory struct {