debian-forge-composer/vendor/github.com/containers/storage/pkg/archive
Michael Vogt 409b4f6048 go.mod: update to images@v0.117.0
This commit updates to images v0.117.0 so that the cross-distro.sh
test works again (images removed fedora-39.json in main but the
uses the previous version of images that includes fedora-39 so
there is a mismatch (we should look into if there is a way to
get github.com/osbuild/images@latest instead of main in the
cross-arch test).

It also updates all the vendor stuff that got pulled via the
new images release (which is giantonormous).

This update requires updating the Go version to 1.22.8
2025-02-19 19:19:42 +01:00
..
archive.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
archive_19.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_110.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_bsd.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_linux.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_other.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_unix.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_windows.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
archive_zstd.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
changes.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
changes_linux.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
changes_other.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
changes_unix.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
changes_windows.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
copy.go go.mod: update osbuild/images to v0.69.0 2024-07-04 19:01:07 +02:00
copy_unix.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
copy_windows.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
diff.go go.mod: update osbuild/images to v0.69.0 2024-07-04 19:01:07 +02:00
fflags_bsd.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
fflags_unsupported.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
filter.go go.mod: update osbuild/images to v0.74.0 2024-08-07 12:06:28 +02:00
README.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
time_linux.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
time_unsupported.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
whiteouts.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
wrap.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00

This code provides helper functions for dealing with archive files.