bump deps
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user