Skip to content

Commit b68451f

Browse files
authored
Merge pull request #547 from oxisto/patch-1
Updated golang-jwt feature set
2 parents b83e3a4 + 77d3a7a commit b68451f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/website/libraries/9-Go.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"bgColor": "rgb(71, 182, 196)",
66
"libs": [
77
{
8-
"minimumVersion": null,
8+
"minimumVersion": "v3.2.2",
99
"support": {
1010
"sign": true,
1111
"verify": true,
1212
"iss": false,
1313
"sub": false,
14-
"aud": false,
14+
"aud": true,
1515
"exp": true,
1616
"nbf": true,
1717
"iat": true,
@@ -34,7 +34,7 @@
3434
"authorName": "golang-jwt",
3535
"gitHubRepoPath": "golang-jwt/jwt",
3636
"repoUrl": "https://github.com/golang-jwt/jwt",
37-
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt\">github.com/golang-jwt/jwt</a>"
37+
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt/v4\">github.com/golang-jwt/jwt/v4</a>"
3838
},
3939
{
4040
"minimumVersion": null,

0 commit comments

Comments
 (0)