summaryrefslogtreecommitdiff
path: root/cmd/podman/system/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system/system.go')
-rw-r--r--cmd/podman/system/system.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/system/system.go b/cmd/podman/system/system.go
index 1947decaf..a30bb5ab2 100644
--- a/cmd/podman/system/system.go
+++ b/cmd/podman/system/system.go
@@ -1,8 +1,8 @@
package system
import (
- "github.com/containers/podman/v3/cmd/podman/registry"
- "github.com/containers/podman/v3/cmd/podman/validate"
+ "github.com/containers/podman/v4/cmd/podman/registry"
+ "github.com/containers/podman/v4/cmd/podman/validate"
"github.com/spf13/cobra"
)