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

Update deps

This commit is contained in:
toimtoimtoim
2025-11-22 16:12:13 +02:00
committed by Martti T.
parent 53b692c4d4
commit 612967a9fe
2 changed files with 19 additions and 19 deletions
+7 -7
View File
@@ -1,14 +1,14 @@
module github.com/labstack/echo/v4
go 1.23.0
go 1.24.0
require (
github.com/labstack/gommon v0.4.2
github.com/stretchr/testify v1.10.0
github.com/stretchr/testify v1.11.1
github.com/valyala/fasttemplate v1.2.2
golang.org/x/crypto v0.41.0
golang.org/x/net v0.43.0
golang.org/x/time v0.12.0
golang.org/x/crypto v0.45.0
golang.org/x/net v0.47.0
golang.org/x/time v0.14.0
)
require (
@@ -17,7 +17,7 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)