Update sources to use upstream errors package

This commit is contained in:
Gregory Kurtzer
2021-09-06 14:50:27 -07:00
parent 6ce8eedc75
commit c60be743ba
11 changed files with 22 additions and 32 deletions

View File

@@ -6,9 +6,10 @@ import (
"sort"
"strings"
"github.com/hpcng/warewulf/internal/pkg/errors"
"github.com/hpcng/warewulf/internal/pkg/wwlog"
"github.com/pkg/errors"
"gopkg.in/yaml.v2"
"github.com/hpcng/warewulf/internal/pkg/wwlog"
)
const ConfigFile = "/etc/warewulf/nodes.conf"