update deps

This commit is contained in:
Juraj Kubrican
2025-04-22 13:14:21 +02:00
parent 0b6d0ecaa7
commit 117078be87
3 changed files with 31 additions and 9 deletions

16
go.mod
View File

@@ -5,8 +5,8 @@ go 1.24.0
require (
github.com/labstack/echo/v4 v4.13.3
github.com/labstack/gommon v0.4.2
golang.org/x/net v0.37.0
modernc.org/sqlite v1.36.2
golang.org/x/net v0.39.0
modernc.org/sqlite v1.37.0
)
require (
@@ -18,12 +18,12 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/time v0.11.0 // indirect
modernc.org/libc v1.61.13 // indirect
modernc.org/libc v1.63.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.9.1 // indirect
modernc.org/memory v1.10.0 // indirect
)