use std errors pkg in rules.go

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

@ -19,13 +19,12 @@ package ignore
import ( import (
"bufio" "bufio"
"bytes" "bytes"
"errors"
"io" "io"
"log" "log"
"os" "os"
"path/filepath" "path/filepath"
"strings" "strings"
"github.com/pkg/errors"
) )
// HelmIgnore default name of an ignorefile. // HelmIgnore default name of an ignorefile.

Loading…
Cancel
Save