Update to github.com/go-chi/chi/v4

This commit is contained in:
Vojtech Vitek 2019-01-08 18:40:54 -05:00
parent fcf2c975be
commit 7ae401cf04
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import (
"time"
"github.com/dgrijalva/jwt-go"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v4"
"github.com/go-chi/jwtauth"
)