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