aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/images/import.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-06 11:20:41 -0400
committerGitHub <noreply@github.com>2020-07-06 11:20:41 -0400
commit1a60550bef976a57777c75e055ad35ff8cf87f23 (patch)
tree0ddfcf25f83af0edd54ae3677634c2b14617f4c8 /cmd/podman/images/import.go
parentaa4ec20c0f0d495acf753a4040db48df8c918dc5 (diff)
parent2d74811520db30cba7246dd1122d484b0c02e5d7 (diff)
downloadpodman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.gz
podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.bz2
podman-1a60550bef976a57777c75e055ad35ff8cf87f23.zip
Merge pull request #6865 from vrothberg/2.0-v2-module
[2.0] move go module to v2
Diffstat (limited to 'cmd/podman/images/import.go')
-rw-r--r--cmd/podman/images/import.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/podman/images/import.go b/cmd/podman/images/import.go
index 0e16128ce..6b4b4f6b6 100644
--- a/cmd/podman/images/import.go
+++ b/cmd/podman/images/import.go
@@ -4,9 +4,9 @@ import (
"context"
"fmt"
- "github.com/containers/libpod/cmd/podman/parse"
- "github.com/containers/libpod/cmd/podman/registry"
- "github.com/containers/libpod/pkg/domain/entities"
+ "github.com/containers/libpod/v2/cmd/podman/parse"
+ "github.com/containers/libpod/v2/cmd/podman/registry"
+ "github.com/containers/libpod/v2/pkg/domain/entities"
"github.com/hashicorp/go-multierror"
"github.com/pkg/errors"
"github.com/spf13/cobra"