opencontainers / image-spec

OCI Image Format
https://www.opencontainers.org/
Apache License 2.0
3.34k stars 624 forks source link

deps: remove deprecated github.com/pkg/errors #1124

Closed mmorel-35 closed 9 months ago

mmorel-35 commented 9 months ago

github.com/pkg/errors is deprecated since Go1.13 and can be replaced by errors or fmt. This PR ensure the new usage and remove the old module.

Signed-off-by: Matthieu MOREL matthieu.morel35@gmail.com