Updated dependencies

This commit is contained in:
2024-03-15 10:06:17 +01:00
parent 8f135c1dcd
commit 4faeb6e956
6 changed files with 19 additions and 20 deletions

View File

@ -62,7 +62,7 @@ func New() Server {
s.pool.New = func() any {
return &ctx{
server: s,
params: make([]param, 0, 8),
params: make([]router.Parameter, 0, 8),
}
}