json-patch icon indicating copy to clipboard operation
json-patch copied to clipboard

Dependency github.com/pkg/errors was archived

Open katexochen opened this issue 9 months ago • 1 comments

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.

katexochen avatar May 07 '24 08:05 katexochen