summaryrefslogtreecommitdiff
path: root/cmd/podman/volumes/volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/volumes/volume.go')
-rw-r--r--cmd/podman/volumes/volume.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/podman/volumes/volume.go b/cmd/podman/volumes/volume.go
index 93b15eb38..3ef20a027 100644
--- a/cmd/podman/volumes/volume.go
+++ b/cmd/podman/volumes/volume.go
@@ -1,9 +1,9 @@
package volumes
import (
- "github.com/containers/libpod/cmd/podman/registry"
- "github.com/containers/libpod/cmd/podman/validate"
- "github.com/containers/libpod/pkg/domain/entities"
+ "github.com/containers/libpod/v2/cmd/podman/registry"
+ "github.com/containers/libpod/v2/cmd/podman/validate"
+ "github.com/containers/libpod/v2/pkg/domain/entities"
"github.com/spf13/cobra"
)