diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-07-06 14:44:40 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-07-06 14:44:40 -0400 |
commit | 2fb9bb20df49f665dbc7420a80dc2da57530278f (patch) | |
tree | 83ead2cccd1d9e687153fc9d8fbba883ae6cd302 /cmd/podman | |
parent | a67526d9f2c5ed352f625f51b93c40e66320fe8f (diff) | |
download | podman-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.go | 2 |
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" ) |