jwt/request
Sadman Sakib 6a07921e68
Enable go module support for the project (#3)
* initial go module file

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* fix linting issues

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* rename module to golang-jwt/jwt

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* Renamed imports to match with go module name.

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* update travis for latest go versions

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* Set go version to 1.14

lowered the go version to make it consistent with matrix build

* revert accidental changes while renaming

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* remove travis CI

no longer needed since github actions workflow was created for the
project

Signed-off-by: sadmansakib <ssadman8@gmail.com>

* Revert "remove travis CI"

This reverts commit b3ae57f710.

* update travis for older go versions
2021-05-28 21:26:41 -04:00
..
doc.go added documentation 2016-06-06 16:55:41 -07:00
extractor.go updated documentation. moved migration guide to separate doc 2016-06-15 10:49:54 -07:00
extractor_example_test.go a few examples and some documentation cleanup 2016-06-06 17:45:30 -07:00
extractor_test.go a few examples and some documentation cleanup 2016-06-06 17:45:30 -07:00
oauth2.go a few examples and some documentation cleanup 2016-06-06 17:45:30 -07:00
request.go Enable go module support for the project (#3) 2021-05-28 21:26:41 -04:00
request_test.go Enable go module support for the project (#3) 2021-05-28 21:26:41 -04:00