fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131)

Closes https://github.com/go-vikunja/vikunja/pull/2133

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kolaente <k@knt.li>
This commit is contained in:
renovate[bot]
2026-01-24 20:38:32 +01:00
committed by GitHub
parent 83474b76d3
commit 9a61453e86
63 changed files with 667 additions and 617 deletions

View File

@@ -17,7 +17,7 @@
package plugins
import (
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v5"
"src.techknowlogick.com/xormigrate"
)

View File

@@ -26,7 +26,7 @@ import (
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/migration"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v5"
)
// Manager handles loading and managing plugins.