Merge pull request #704 from cdrage/graduate-from-incubator

kubernetes-incubator -> kubernetes
This commit is contained in:
Charlie Drage
2017-07-12 16:49:55 -04:00
committed by GitHub
38 changed files with 622 additions and 622 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ import (
"strings"
log "github.com/Sirupsen/logrus"
"github.com/kubernetes-incubator/kompose/pkg/app"
"github.com/kubernetes-incubator/kompose/pkg/kobject"
"github.com/kubernetes/kompose/pkg/app"
"github.com/kubernetes/kompose/pkg/kobject"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)