summaryrefslogtreecommitdiff
path: root/libpod/storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/storage.go')
-rw-r--r--libpod/storage.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/storage.go b/libpod/storage.go
index 0814672be..9a06c96fd 100644
--- a/libpod/storage.go
+++ b/libpod/storage.go
@@ -4,8 +4,8 @@ import (
"context"
"time"
- istorage "github.com/containers/image/storage"
- "github.com/containers/image/types"
+ istorage "github.com/containers/image/v4/storage"
+ "github.com/containers/image/v4/types"
"github.com/containers/libpod/libpod/define"
"github.com/containers/storage"
"github.com/opencontainers/image-spec/specs-go/v1"