diff options
Diffstat (limited to 'pkg/registries')
-rw-r--r-- | pkg/registries/registries.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/registries/registries.go b/pkg/registries/registries.go index de63dcbf1..b4facef42 100644 --- a/pkg/registries/registries.go +++ b/pkg/registries/registries.go @@ -5,8 +5,8 @@ import ( "path/filepath" "strings" - "github.com/containers/image/pkg/sysregistriesv2" - "github.com/containers/image/types" + "github.com/containers/image/v4/pkg/sysregistriesv2" + "github.com/containers/image/v4/types" "github.com/containers/libpod/pkg/rootless" "github.com/docker/distribution/reference" "github.com/pkg/errors" |