diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-07-24 07:00:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 13:00:41 +0200 |
commit | 29a22ade82f516d078811d5fbcaf821043a09d8c (patch) | |
tree | 972a75bc52c2244673ced4933a51827a0a75ef3b /services/lfs | |
parent | 5d2e11eedb837f26d13e3b904583730cd8492fbd (diff) | |
download | gitea-29a22ade82f516d078811d5fbcaf821043a09d8c.tar.gz gitea-29a22ade82f516d078811d5fbcaf821043a09d8c.zip |
switch to maintained lib (#16532)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'services/lfs')
-rw-r--r-- | services/lfs/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/lfs/server.go b/services/lfs/server.go index 9954534b5e..6b79a3a364 100644 --- a/services/lfs/server.go +++ b/services/lfs/server.go @@ -21,7 +21,7 @@ import ( "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/setting" - "github.com/dgrijalva/jwt-go" + "github.com/golang-jwt/jwt" jsoniter "github.com/json-iterator/go" ) |