use errors pkg from std lib for lint.go

Signed-off-by: James Sheppard <jgsheppa@protonmail.com>
pull/12063/head
James Sheppard 2 years ago
parent 6ccb3c9c26
commit 13506b57bb

@ -17,13 +17,13 @@ limitations under the License.
package main
import (
"errors"
"fmt"
"io"
"os"
"path/filepath"
"strings"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"helm.sh/helm/v3/pkg/action"

Loading…
Cancel
Save