diff options
author | zeripath <art27@cantab.net> | 2021-07-24 16:13:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 11:13:50 -0400 |
commit | 67942ac1a9e7984261e027bd9ed7e282e3970098 (patch) | |
tree | b8bc425bef3b9ce1f30598f41b1a9c045e3372cc /vendor/modules.txt | |
parent | 0b06b2019f3b09f44c1cb045b90cd6a0ab649b1b (diff) | |
download | gitea-67942ac1a9e7984261e027bd9ed7e282e3970098.tar.gz gitea-67942ac1a9e7984261e027bd9ed7e282e3970098.zip |
Switch to maintained jwt lib (#16532) (#16533)
Backport #16532
Co-authored-by: Matti R <matti@mdranta.net>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 41b6e2199f..a0a9e2d2bd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -225,9 +225,6 @@ github.com/denisenkom/go-mssqldb github.com/denisenkom/go-mssqldb/internal/cp github.com/denisenkom/go-mssqldb/internal/decimal github.com/denisenkom/go-mssqldb/internal/querytext -# github.com/dgrijalva/jwt-go v3.2.0+incompatible -## explicit -github.com/dgrijalva/jwt-go # github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f github.com/dgryski/go-rendezvous # github.com/djherbis/buffer v1.2.0 @@ -431,6 +428,9 @@ github.com/gogs/cron # github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85 ## explicit github.com/gogs/go-gogs-client +# github.com/golang-jwt/jwt v3.2.1+incompatible +## explicit +github.com/golang-jwt/jwt # github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe github.com/golang-sql/civil # github.com/golang/protobuf v1.5.2 |