fix(deps): update module github.com/fasthttp/router to v1.5.1

This commit is contained in:
renovate[bot]
2024-05-23 17:19:16 +00:00
committed by GitHub
parent d12724b606
commit f918493151
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -4,9 +4,9 @@ go 1.21
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/fasthttp/router v1.5.0
github.com/fasthttp/router v1.5.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/valyala/fasthttp v1.52.0
github.com/valyala/fasthttp v1.54.0
internal/shortie v0.0.0-00010101000000-000000000000
)