util: Port all code to new errwrap package
This should keep things more uniform.
This commit is contained in:
@@ -23,7 +23,8 @@ import (
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
|
||||
errwrap "github.com/pkg/errors"
|
||||
"github.com/purpleidea/mgmt/util/errwrap"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user