summaryrefslogtreecommitdiff
path: root/cmd/podman/pods/unpause.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pods/unpause.go')
-rw-r--r--cmd/podman/pods/unpause.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/podman/pods/unpause.go b/cmd/podman/pods/unpause.go
index f96f3481c..8474da57e 100644
--- a/cmd/podman/pods/unpause.go
+++ b/cmd/podman/pods/unpause.go
@@ -4,10 +4,10 @@ import (
"context"
"fmt"
- "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/containers/podman/v2/cmd/podman/registry"
+ "github.com/containers/podman/v2/cmd/podman/utils"
+ "github.com/containers/podman/v2/cmd/podman/validate"
+ "github.com/containers/podman/v2/pkg/domain/entities"
"github.com/spf13/cobra"
)