update oauth library -> v4.3.1-SSB

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
kim (grufwub) 2021-09-08 20:20:06 +01:00
parent 2b14b20802
commit fce3ba6382
32 changed files with 1019 additions and 714 deletions
vendor/github.com/golang-jwt/jwt

4
vendor/github.com/golang-jwt/jwt/doc.go generated vendored Normal file
View file

@ -0,0 +1,4 @@
// Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
//
// See README.md for more info.
package jwt