summaryrefslogtreecommitdiff
path: root/cmd/podman/manifest/exists.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/manifest/exists.go')
-rw-r--r--cmd/podman/manifest/exists.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/manifest/exists.go b/cmd/podman/manifest/exists.go
index 55318330d..011688540 100644
--- a/cmd/podman/manifest/exists.go
+++ b/cmd/podman/manifest/exists.go
@@ -1,8 +1,8 @@
package manifest
import (
- "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/spf13/cobra"
)