Update dependencies

This commit is contained in:
Maddie Zhan
2021-03-18 18:20:08 +08:00
parent e2d2f66e97
commit c755a05b61
3 changed files with 170 additions and 12 deletions

View File

@ -10,8 +10,8 @@ import (
"strconv"
"strings"
"github.com/go-chi/chi"
"github.com/go-chi/chi/middleware"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
"github.com/go-chi/cors"
"github.com/go-chi/render"
"github.com/pires/go-proxyproto"