move to kubernetes-incubator

update imports to reflect move to kubernetes-incubator
This commit is contained in:
Tomas Kral
2016-10-17 18:14:29 +02:00
parent 1210c9aa4d
commit f8f737be7b
17 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import (
"github.com/docker/libcompose/config"
"github.com/docker/libcompose/lookup"
"github.com/docker/libcompose/project"
"github.com/skippbox/kompose/pkg/kobject"
"github.com/kubernetes-incubator/kompose/pkg/kobject"
)
type Compose struct {