Fix linting errors

Signed-off-by: Trond Hindenes <trond@hindenes.com>
pull/7166/head
Trond Hindenes 6 years ago committed by Martin Hickey
parent b35497877d
commit 27d9979ff9

@ -22,6 +22,7 @@ import (
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
"path/filepath"
"strings" "strings"
"time" "time"
@ -33,7 +34,6 @@ import (
"helm.sh/helm/v3/cmd/helm/require" "helm.sh/helm/v3/cmd/helm/require"
"helm.sh/helm/v3/pkg/getter" "helm.sh/helm/v3/pkg/getter"
"helm.sh/helm/v3/pkg/repo" "helm.sh/helm/v3/pkg/repo"
"path/filepath"
) )
type repoAddOptions struct { type repoAddOptions struct {

@ -18,15 +18,16 @@ package main
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"helm.sh/helm/v3/internal/test/ensure"
"helm.sh/helm/v3/pkg/getter"
"helm.sh/helm/v3/pkg/repo"
"helm.sh/helm/v3/pkg/repo/repotest"
"io" "io"
"io/ioutil" "io/ioutil"
"path/filepath" "path/filepath"
"strings" "strings"
"testing" "testing"
"helm.sh/helm/v3/internal/test/ensure"
"helm.sh/helm/v3/pkg/getter"
"helm.sh/helm/v3/pkg/repo"
"helm.sh/helm/v3/pkg/repo/repotest"
) )
func TestUpdateCmd(t *testing.T) { func TestUpdateCmd(t *testing.T) {

Loading…
Cancel
Save