mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
switch to go.podman.io/image/v5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user