aboutsummaryrefslogtreecommitdiff
path: root/pkg/api/handlers/compat/images_history.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/handlers/compat/images_history.go')
-rw-r--r--pkg/api/handlers/compat/images_history.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/api/handlers/compat/images_history.go b/pkg/api/handlers/compat/images_history.go
index 7c0bbf828..33902362f 100644
--- a/pkg/api/handlers/compat/images_history.go
+++ b/pkg/api/handlers/compat/images_history.go
@@ -3,9 +3,9 @@ package compat
import (
"net/http"
- "github.com/containers/libpod/libpod"
- "github.com/containers/libpod/pkg/api/handlers"
- "github.com/containers/libpod/pkg/api/handlers/utils"
+ "github.com/containers/libpod/v2/libpod"
+ "github.com/containers/libpod/v2/pkg/api/handlers"
+ "github.com/containers/libpod/v2/pkg/api/handlers/utils"
"github.com/pkg/errors"
)