aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/images/images.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/images/images.go')
-rw-r--r--cmd/podman/images/images.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/images/images.go b/cmd/podman/images/images.go
index 0a77946c7..14ea01047 100644
--- a/cmd/podman/images/images.go
+++ b/cmd/podman/images/images.go
@@ -3,8 +3,8 @@ package images
import (
"strings"
- "github.com/containers/libpod/v2/cmd/podman/registry"
- "github.com/containers/libpod/v2/pkg/domain/entities"
+ "github.com/containers/podman/v2/cmd/podman/registry"
+ "github.com/containers/podman/v2/pkg/domain/entities"
"github.com/spf13/cobra"
)