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

@@ -74,7 +74,7 @@ type NameTagPair struct {
named reference.Named
}
// ToNameTagsPairs splits repoTags into name&tag pairs.
// ToNameTagPairs splits repoTags into name&tag pairs.
// Guaranteed to return at least one pair.
func ToNameTagPairs(repoTags []reference.Named) ([]NameTagPair, error) {
none := "<none>"