aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/pods/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pods/start.go')
-rw-r--r--cmd/podman/pods/start.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/podman/pods/start.go b/cmd/podman/pods/start.go
index 7ca211baa..586737fb2 100644
--- a/cmd/podman/pods/start.go
+++ b/cmd/podman/pods/start.go
@@ -4,11 +4,11 @@ import (
"context"
"fmt"
- "github.com/containers/libpod/cmd/podman/common"
- "github.com/containers/libpod/cmd/podman/registry"
- "github.com/containers/libpod/cmd/podman/utils"
- "github.com/containers/libpod/cmd/podman/validate"
- "github.com/containers/libpod/pkg/domain/entities"
+ "github.com/containers/libpod/v2/cmd/podman/common"
+ "github.com/containers/libpod/v2/cmd/podman/registry"
+ "github.com/containers/libpod/v2/cmd/podman/utils"
+ "github.com/containers/libpod/v2/cmd/podman/validate"
+ "github.com/containers/libpod/v2/pkg/domain/entities"
"github.com/spf13/cobra"
)