mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-25 14:59:33 +01:00
switch to go.podman.io/image/v5
This commit is contained in:
@@ -4,11 +4,11 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/containers/image/v5/docker"
|
||||
"github.com/containers/image/v5/manifest"
|
||||
"github.com/opencontainers/go-digest"
|
||||
imgspecv1 "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
"github.com/pkg/errors"
|
||||
"go.podman.io/image/v5/docker"
|
||||
"go.podman.io/image/v5/manifest"
|
||||
)
|
||||
|
||||
// Manifest is the Docker image manifest information
|
||||
|
||||
Reference in New Issue
Block a user