util: Port all code to new errwrap package
This should keep things more uniform.
This commit is contained in:
@@ -20,7 +20,7 @@ package pgraph
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
errwrap "github.com/pkg/errors"
|
||||
"github.com/purpleidea/mgmt/util/errwrap"
|
||||
)
|
||||
|
||||
func strVertexCmpFn(v1, v2 Vertex) (bool, error) {
|
||||
|
||||
Reference in New Issue
Block a user