summaryrefslogtreecommitdiff
path: root/contrib/perftest/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perftest/main.go')
-rw-r--r--contrib/perftest/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perftest/main.go b/contrib/perftest/main.go
index 463c35ec2..0a7e45112 100644
--- a/contrib/perftest/main.go
+++ b/contrib/perftest/main.go
@@ -9,7 +9,7 @@ import (
"text/tabwriter"
"time"
- "github.com/containers/image/v4/types"
+ "github.com/containers/image/v5/types"
"github.com/containers/libpod/libpod"
image2 "github.com/containers/libpod/libpod/image"
cc "github.com/containers/libpod/pkg/spec"