chore(deps): upgrade echo framework from v4 to v5 and remove custom context middleware

This commit is contained in:
keven1024
2026-02-26 16:09:47 +08:00
parent e9d0848f87
commit b98853ebe1
20 changed files with 64 additions and 125 deletions

View File

@@ -8,7 +8,7 @@ import (
"backend/internal/utils"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v5"
"github.com/stretchr/testify/assert"
)