use errors pkg in validate_name

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

@ -17,10 +17,9 @@ limitations under the License.
package chartutil package chartutil
import ( import (
"errors"
"fmt" "fmt"
"regexp" "regexp"
"github.com/pkg/errors"
) )
// validName is a regular expression for resource names. // validName is a regular expression for resource names.

Loading…
Cancel
Save