1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +02:00

Bump dependencies and update migration guide for Echo v5 support. Add notes about supported Echo versions to README.md.

This commit is contained in:
toim
2026-01-18 12:55:48 +02:00
committed by Martti T.
parent 8bfe9f52b4
commit b3e13e9249
5 changed files with 39 additions and 9 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ go 1.25.0
require (
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.48.0
golang.org/x/net v0.49.0
golang.org/x/time v0.14.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)