summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index 9f3549e00..cdb5670ba 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -17,8 +17,8 @@ import (
"time"
"github.com/BurntSushi/toml"
- is "github.com/containers/image/storage"
- "github.com/containers/image/types"
+ is "github.com/containers/image/v4/storage"
+ "github.com/containers/image/v4/types"
"github.com/containers/libpod/libpod/define"
"github.com/containers/libpod/libpod/events"
"github.com/containers/libpod/libpod/image"