summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/types
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/handlers/types')
-rw-r--r--pkg/api/handlers/types/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/types/types.go b/pkg/api/handlers/types/types.go
index e7920047e..71e1d5024 100644
--- a/pkg/api/handlers/types/types.go
+++ b/pkg/api/handlers/types/types.go
@@ -1,6 +1,6 @@
package types
-import "github.com/containers/podman/v3/pkg/domain/entities"
+import "github.com/containers/podman/v4/pkg/domain/entities"
// LibpodImagesRemoveReport is the return type for image removal via the rest
// api.