summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-07-06 14:44:40 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-07-06 14:44:40 -0400
commit2fb9bb20df49f665dbc7420a80dc2da57530278f (patch)
tree83ead2cccd1d9e687153fc9d8fbba883ae6cd302 /cmd/podman
parenta67526d9f2c5ed352f625f51b93c40e66320fe8f (diff)
downloadpodman-2fb9bb20df49f665dbc7420a80dc2da57530278f.tar.gz
podman-2fb9bb20df49f665dbc7420a80dc2da57530278f.tar.bz2
podman-2fb9bb20df49f665dbc7420a80dc2da57530278f.zip
Fix imports to ensure v2 is used with libpod
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/validate/latest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/validate/latest.go b/cmd/podman/validate/latest.go
index 6e2aa063b..0ebed7227 100644
--- a/cmd/podman/validate/latest.go
+++ b/cmd/podman/validate/latest.go
@@ -1,7 +1,7 @@
package validate
import (
- "github.com/containers/libpod/cmd/podman/registry"
+ "github.com/containers/libpod/v2/cmd/podman/registry"
"github.com/spf13/cobra"
)