@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
)
@ -21,7 +21,7 @@ import (
"k8s.io/helm/pkg/downloader"
const dependencyBuildDesc = `
@ -22,7 +22,7 @@ import (
"strings"
"testing"
"k8s.io/helm/pkg/provenance"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/repo/repotest"
const dependencyUpDesc = `
@ -26,7 +26,7 @@ import (
"github.com/ghodss/yaml"
const fetchDesc = `
@ -32,8 +32,8 @@ import (
"k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset"
"k8s.io/kubernetes/pkg/client/restclient"
"k8s.io/helm/pkg/helm/portforwarder"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/tiller/environment"
@ -30,7 +30,7 @@ import (
"k8s.io/helm/pkg/helm"
"k8s.io/helm/pkg/proto/hapi/release"
rls "k8s.io/helm/pkg/proto/hapi/services"
"io"
var longHomeHelp = `
@ -27,7 +27,7 @@ import (
"k8s.io/helm/cmd/helm/installer"
@ -32,7 +32,7 @@ import (
testcore "k8s.io/kubernetes/pkg/client/testing/core"
"k8s.io/kubernetes/pkg/runtime"
func TestInitCmd(t *testing.T) {
@ -36,7 +36,7 @@ import (
"golang.org/x/crypto/ssh/terminal"
"k8s.io/helm/pkg/plugin"
@ -23,7 +23,7 @@ import (
"os"
@ -24,7 +24,7 @@ import (
"github.com/gosuri/uitable"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/fake"
"k8s.io/helm/cmd/helm/search"
"path/filepath"
"k8s.io/helm/pkg/urlutil"
@ -31,7 +31,7 @@ import (
"k8s.io/helm/pkg/resolver"
func TestVersionEquals(t *testing.T) {
"github.com/Masterminds/semver"