Chore: upgrade go-chi/chi to v5

This commit is contained in:
xjasonlyu
2021-12-24 11:31:55 +08:00
parent 5fe7c9a5bb
commit 9370983c63
5 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import (
"net/http"
"net/http/pprof"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
)
func init() {