containerd/images
Sebastiaan van Stijn dc92ad6520
Replace errors.Cause() with errors.Is()
Dependencies may be switching to use the new `%w` formatting
option to wrap errors; switching to use `errors.Is()` makes
sure that we are still able to unwrap the error and detect the
underlying cause.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-08 14:36:45 +02:00
..
archive Replace ocispec.MediaTypeImageManifest with manifest.MediaType 2019-12-20 10:26:13 +08:00
annotations.go Use a single custom annotation for export 2019-05-21 17:21:26 -07:00
handlers.go Replace errors.Cause() with errors.Is() 2020-05-08 14:36:45 +02:00
image.go Generalize media types 2019-09-19 16:09:19 -07:00
importexport.go Refactor image importer 2018-09-14 14:21:26 -07:00
mediatypes.go Generalize media types 2019-09-19 16:09:19 -07:00