use errors pkg for errors.New call in values.go

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

@ -17,12 +17,12 @@ limitations under the License.
package chartutil
import (
"errors"
"fmt"
"io"
"os"
"strings"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/v3/pkg/chart"

Loading…
Cancel
Save