summaryrefslogtreecommitdiff
path: root/cmd/podman/system/dial_stdio.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system/dial_stdio.go')
-rw-r--r--cmd/podman/system/dial_stdio.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/podman/system/dial_stdio.go b/cmd/podman/system/dial_stdio.go
index eae89f38e..f3445a49d 100644
--- a/cmd/podman/system/dial_stdio.go
+++ b/cmd/podman/system/dial_stdio.go
@@ -5,9 +5,9 @@ import (
"io"
"os"
- "github.com/containers/podman/v3/cmd/podman/registry"
- "github.com/containers/podman/v3/cmd/podman/validate"
- "github.com/containers/podman/v3/pkg/bindings"
+ "github.com/containers/podman/v4/cmd/podman/registry"
+ "github.com/containers/podman/v4/cmd/podman/validate"
+ "github.com/containers/podman/v4/pkg/bindings"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"