mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
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:
2
vendor/go.podman.io/common/libimage/normalize.go
generated
vendored
2
vendor/go.podman.io/common/libimage/normalize.go
generated
vendored
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user