mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-14 15:34:47 -05:00
Disable Gopkg.toml until github.com/dgrijalva/jwt-go releases v3.0.1+
See https://github.com/dgrijalva/jwt-go/issues/221
This commit is contained in:
parent
287076f82d
commit
6075ccf867
1 changed files with 0 additions and 0 deletions
6
_Gopkg.toml
Normal file
6
_Gopkg.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[[constraint]]
|
||||
name = "github.com/dgrijalva/jwt-go"
|
||||
version = "^3.0.0"
|
||||
[[constraint]]
|
||||
name = "github.com/go-chi/chi"
|
||||
version = "^3.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue