summaryrefslogtreecommitdiff
path: root/pkg/api/server/handler_panic.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/server/handler_panic.go')
-rw-r--r--pkg/api/server/handler_panic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/server/handler_panic.go b/pkg/api/server/handler_panic.go
index f643db79a..e00b3b5e7 100644
--- a/pkg/api/server/handler_panic.go
+++ b/pkg/api/server/handler_panic.go
@@ -5,7 +5,7 @@ import (
"net/http"
"runtime"
- "github.com/containers/podman/v3/pkg/api/handlers/utils"
+ "github.com/containers/podman/v4/pkg/api/handlers/utils"
"github.com/gorilla/mux"
"github.com/sirupsen/logrus"
)