1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

switch to maintained lib (#16535)

Co-authored-by: Matti R <matti@mdranta.net>
This commit is contained in:
6543
2021-07-24 17:13:56 +02:00
committed by GitHub
parent 6a3c7856c8
commit a66ff8a210
29 changed files with 151 additions and 170 deletions

View File

@@ -23,7 +23,7 @@ import (
"code.gitea.io/gitea/modules/private"
"code.gitea.io/gitea/modules/setting"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt"
jsoniter "github.com/json-iterator/go"
"github.com/kballard/go-shellquote"
"github.com/urfave/cli"