fix(deps): update module github.com/valyala/fasthttp to v1.56.0

This commit is contained in:
renovate[bot]
2024-09-24 16:27:32 +00:00
committed by GitHub
parent 431943ac70
commit b4eb6b91d7
4 changed files with 6 additions and 2 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/fasthttp/router v1.5.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/valyala/fasthttp v1.55.0
github.com/valyala/fasthttp v1.56.0
internal/shortie v0.0.0-00010101000000-000000000000
)