Updated dependencies

This commit is contained in:
Eduard Urbach 2024-03-15 10:06:17 +01:00
parent 6640143ace
commit e8f9f4ff95
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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),
}
}