summaryrefslogtreecommitdiff
path: root/cmd/podman/manifest/remove.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/manifest/remove.go')
-rw-r--r--cmd/podman/manifest/remove.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/manifest/remove.go b/cmd/podman/manifest/remove.go
index 4716af201..c32ffad78 100644
--- a/cmd/podman/manifest/remove.go
+++ b/cmd/podman/manifest/remove.go
@@ -3,8 +3,8 @@ package manifest
import (
"fmt"
- "github.com/containers/podman/v3/cmd/podman/common"
- "github.com/containers/podman/v3/cmd/podman/registry"
+ "github.com/containers/podman/v4/cmd/podman/common"
+ "github.com/containers/podman/v4/cmd/podman/registry"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)