json-patch
json-patch copied to clipboard
Dependency github.com/pkg/errors was archived
https://github.com/pkg/errors was archived.
Might be best to migrate to stdlib errors
package, I think the only unsupported function
errors.Wrapf(err, "...")
can be replaced with something like
fmt.Errof("%w: ...", err)
@evanphx I can provide a PR if desired.