Fix imports to ensure v2 is used with libpod

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon 2020-07-06 14:44:40 -04:00
parent a67526d9f2
commit 2fb9bb20df

View file

@ -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"
)