switch to go.podman.io/image/v5

This commit is contained in:
CrazyMax
2025-09-13 19:39:11 +02:00
parent a70601f4b0
commit ed706b60ad
233 changed files with 299 additions and 289 deletions

View File

@@ -4,10 +4,10 @@ import (
"fmt"
"strings"
"github.com/containers/image/v5/docker"
"github.com/containers/image/v5/types"
"github.com/distribution/reference"
"github.com/pkg/errors"
"go.podman.io/image/v5/docker"
"go.podman.io/image/v5/types"
)
func ImageReference(name string) (types.ImageReference, error) {