1
0

bump deps

This commit is contained in:
2025-08-25 10:19:12 +03:00
parent 2c0bbebc23
commit 7d387b3622
4 changed files with 11 additions and 11 deletions

6
go.mod
View File

@@ -2,7 +2,7 @@ module git.krd.sh/krd/rngpotd
go 1.24
require github.com/gofiber/fiber/v2 v2.52.8
require github.com/gofiber/fiber/v2 v2.52.9
require (
github.com/andybalholm/brotli v1.2.0 // indirect
@@ -13,6 +13,6 @@ require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.64.0 // indirect
golang.org/x/sys v0.34.0 // indirect
github.com/valyala/fasthttp v1.65.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)