util: Port all code to new errwrap package
This should keep things more uniform.
This commit is contained in:
@@ -27,8 +27,7 @@ import (
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
|
||||
errwrap "github.com/pkg/errors"
|
||||
"github.com/purpleidea/mgmt/util/errwrap"
|
||||
)
|
||||
|
||||
// DefaultPrometheusListen is registered in
|
||||
|
||||
Reference in New Issue
Block a user