mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 11:16:32 -05:00
Fix #1: Update to github.com/dgrijalva/jwt-go v3.1.0
https://github.com/dgrijalva/jwt-go/issues/221
This commit is contained in:
parent
9f0ed7472c
commit
34cf10b6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[[constraint]]
|
||||
name = "github.com/dgrijalva/jwt-go"
|
||||
version = "^3.0.0"
|
||||
version = "^3.1.0"
|
||||
[[constraint]]
|
||||
name = "github.com/go-chi/chi"
|
||||
version = "^3.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue