@ -16,6 +16,7 @@ limitations under the License.
package installer // import "k8s.io/helm/pkg/plugin/installer"
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
@ -23,8 +24,6 @@ import (
"k8s.io/helm/pkg/helm/helmpath"
"github.com/Masterminds/vcs"
)