vendor: update go.podman.io/{common,image,storage}

Update to the latest tags to make sure they all work correctly.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-09-03 17:46:02 +02:00
parent 5e5f0a1dd2
commit dbfddb82cb
127 changed files with 1303 additions and 795 deletions

View File

@@ -10,7 +10,7 @@ import (
"go.podman.io/storage"
)
// ImageDiskUsage reports the total size of an image. That is the size
// ImageDiskUsage reports the total size of an image. That is the size.
type ImageDiskUsage struct {
// Number of containers using the image.
Containers int