mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +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:
@@ -24,7 +24,6 @@ import (
|
||||
"github.com/containers/podman/v5/libpod/shutdown"
|
||||
"github.com/containers/podman/v5/pkg/domain/entities"
|
||||
"github.com/containers/podman/v5/pkg/domain/entities/reports"
|
||||
artStore "github.com/containers/podman/v5/pkg/libartifact/store"
|
||||
"github.com/containers/podman/v5/pkg/rootless"
|
||||
"github.com/containers/podman/v5/pkg/systemd"
|
||||
"github.com/containers/podman/v5/pkg/util"
|
||||
@@ -38,6 +37,7 @@ import (
|
||||
nettypes "go.podman.io/common/libnetwork/types"
|
||||
"go.podman.io/common/pkg/cgroups"
|
||||
"go.podman.io/common/pkg/config"
|
||||
artStore "go.podman.io/common/pkg/libartifact/store"
|
||||
"go.podman.io/common/pkg/secrets"
|
||||
systemdCommon "go.podman.io/common/pkg/systemd"
|
||||
"go.podman.io/image/v5/pkg/sysregistriesv2"
|
||||
|
||||
Reference in New Issue
Block a user