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

11
vendor/github.com/golang-jwt/jwt/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,11 @@
language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.7
- 1.8
- 1.9
- 1.10