upgrade go-chi to v5.

This commit is contained in:
Miroslav Šedivý 2023-10-15 13:18:43 +02:00
parent 7a9b33706a
commit 3c4d7b9d60
4 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ import (
"net/http"
"time"
"github.com/go-chi/chi/middleware"
"github.com/go-chi/chi/v5/middleware"
"github.com/rs/zerolog"
)