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

Update golang.org/x/* deps (#2850)

This commit is contained in:
Martti T.
2025-12-11 15:38:04 +02:00
committed by GitHub
parent c12cb08a86
commit c9bd2cd8e3
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -6,8 +6,8 @@ require (
github.com/labstack/gommon v0.4.2
github.com/stretchr/testify v1.11.1
github.com/valyala/fasttemplate v1.2.2
golang.org/x/crypto v0.45.0
golang.org/x/net v0.47.0
golang.org/x/crypto v0.46.0
golang.org/x/net v0.48.0
golang.org/x/time v0.14.0
)
@@ -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.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)