mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
remove libartifact from podman
pkg/libartifact has been moved to common and as such needs to be removed from podman and the new common vendored in along with required deps. https://issues.redhat.com/browse/RUN-3618 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@@ -32,7 +32,6 @@ import (
|
||||
"github.com/containers/podman/v5/pkg/annotations"
|
||||
"github.com/containers/podman/v5/pkg/checkpoint/crutils"
|
||||
"github.com/containers/podman/v5/pkg/criu"
|
||||
libartTypes "github.com/containers/podman/v5/pkg/libartifact/types"
|
||||
"github.com/containers/podman/v5/pkg/lookup"
|
||||
"github.com/containers/podman/v5/pkg/rootless"
|
||||
"github.com/containers/podman/v5/pkg/util"
|
||||
@@ -50,6 +49,7 @@ import (
|
||||
"go.podman.io/common/pkg/apparmor"
|
||||
"go.podman.io/common/pkg/chown"
|
||||
"go.podman.io/common/pkg/config"
|
||||
libartTypes "go.podman.io/common/pkg/libartifact/types"
|
||||
"go.podman.io/common/pkg/subscriptions"
|
||||
"go.podman.io/common/pkg/umask"
|
||||
is "go.podman.io/image/v5/storage"
|
||||
|
||||
Reference in New Issue
Block a user