update jwtauth to v5

This commit is contained in:
Nicola Murino
2021-03-05 18:50:45 +01:00
parent bfe0c18976
commit 88122ba2f8
9 changed files with 26 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ import (
"net/http"
"time"
"github.com/go-chi/jwtauth"
"github.com/go-chi/jwtauth/v5"
"github.com/lestrrat-go/jwx/jwt"
"github.com/rs/xid"