summaryrefslogtreecommitdiff
path: root/libpod/runtime_img_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/runtime_img_test.go')
-rw-r--r--libpod/runtime_img_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime_img_test.go b/libpod/runtime_img_test.go
index 2bccb2752..a8cc2c941 100644
--- a/libpod/runtime_img_test.go
+++ b/libpod/runtime_img_test.go
@@ -6,7 +6,7 @@ import (
"reflect"
"testing"
- sysreg "github.com/containers/libpod/pkg/registries"
+ sysreg "github.com/containers/libpod/v2/pkg/registries"
"github.com/stretchr/testify/assert"
)