From 2fb9bb20df49f665dbc7420a80dc2da57530278f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 6 Jul 2020 14:44:40 -0400 Subject: Fix imports to ensure v2 is used with libpod Signed-off-by: Matthew Heon --- cmd/podman/validate/latest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- cgit v1.2.3-54-g00ecf