moving jwt-go from github.com/dgrijalva/jwt-go v3.2.0 to github.com/form3tech-oss/jwt-go v3.2.2

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-06-08 10:11:56 +00:00
parent b77beedbf7
commit e6736a4e0e
29 changed files with 72 additions and 39 deletions

12
vendor/github.com/form3tech-oss/jwt-go/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,12 @@
language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.12
- 1.13
- 1.14
- 1.15
- tip