summaryrefslogtreecommitdiff
path: root/cmd/podman/system/connection/remove.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system/connection/remove.go')
-rw-r--r--cmd/podman/system/connection/remove.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/podman/system/connection/remove.go b/cmd/podman/system/connection/remove.go
index ffbea76c5..84ec3e2ee 100644
--- a/cmd/podman/system/connection/remove.go
+++ b/cmd/podman/system/connection/remove.go
@@ -2,9 +2,9 @@ package connection
import (
"github.com/containers/common/pkg/config"
- "github.com/containers/podman/v3/cmd/podman/common"
- "github.com/containers/podman/v3/cmd/podman/registry"
- "github.com/containers/podman/v3/cmd/podman/system"
+ "github.com/containers/podman/v4/cmd/podman/common"
+ "github.com/containers/podman/v4/cmd/podman/registry"
+ "github.com/containers/podman/v4/cmd/podman/system"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)