use errors pkg instead of github.com/pkg/errors

Signed-off-by: James Sheppard <jgsheppa@protonmail.com>
pull/12063/head
James Sheppard 2 years ago
parent b166e2d07a
commit 254bddaa7a

@ -17,13 +17,12 @@ limitations under the License.
package rules
import (
"errors"
"os"
"path/filepath"
"strings"
"testing"
"github.com/pkg/errors"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/chartutil"
"helm.sh/helm/v3/pkg/lint/support"

Loading…
Cancel
Save