util: Port all code to new errwrap package
This should keep things more uniform.
This commit is contained in:
@@ -22,8 +22,7 @@ import (
|
||||
|
||||
"github.com/purpleidea/mgmt/lang/interfaces"
|
||||
"github.com/purpleidea/mgmt/lang/types"
|
||||
|
||||
errwrap "github.com/pkg/errors"
|
||||
"github.com/purpleidea/mgmt/util/errwrap"
|
||||
)
|
||||
|
||||
// CompositeFunc is a function that passes through the value it receives. It is
|
||||
|
||||
Reference in New Issue
Block a user