update
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
JurajKubrican
2026-01-26 10:42:28 +01:00
parent 86b98e8c16
commit d65c8b009c
2 changed files with 26 additions and 8 deletions

16
go.mod
View File

@@ -4,11 +4,11 @@ go 1.25
require (
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/labstack/echo/v4 v4.14.0
github.com/labstack/echo/v4 v4.15.0
github.com/labstack/gommon v0.4.2
github.com/mileusna/useragent v1.3.5
golang.org/x/net v0.48.0
modernc.org/sqlite v1.41.0
golang.org/x/net v0.49.0
modernc.org/sqlite v1.44.3
)
require (
@@ -21,12 +21,12 @@ require (
github.com/stretchr/testify v1.11.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/time v0.14.0 // indirect
modernc.org/libc v1.67.1 // indirect
modernc.org/libc v1.67.7 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)