From caf4a63aa49c47dd3c53ed821169783247438709 Mon Sep 17 00:00:00 2001 From: James Sheppard Date: Sun, 7 May 2023 16:44:03 +0000 Subject: [PATCH] use std errors pkg in rules.go Signed-off-by: James Sheppard --- internal/ignore/rules.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/ignore/rules.go b/internal/ignore/rules.go index a80923baf..d8054b44d 100644 --- a/internal/ignore/rules.go +++ b/internal/ignore/rules.go @@ -19,13 +19,12 @@ package ignore import ( "bufio" "bytes" + "errors" "io" "log" "os" "path/filepath" "strings" - - "github.com/pkg/errors" ) // HelmIgnore default name of an ignorefile.