Skip to content

Commit e71e51f

Browse files
authored
Merge pull request #183 from Cyberhan123/master
chore:update jwt package version
2 parents b208c14 + 1411dd9 commit e71e51f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

generates/jwt_access.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
"strings"
77
"time"
88

9-
"github.com/dgrijalva/jwt-go"
109
"github.com/go-oauth2/oauth2/v4"
1110
"github.com/go-oauth2/oauth2/v4/errors"
11+
"github.com/golang-jwt/jwt"
1212
"github.com/google/uuid"
1313
)
1414

generates/jwt_access_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"testing"
77
"time"
88

9-
"github.com/dgrijalva/jwt-go"
109
"github.com/go-oauth2/oauth2/v4"
1110
"github.com/go-oauth2/oauth2/v4/generates"
1211
"github.com/go-oauth2/oauth2/v4/models"
12+
"github.com/golang-jwt/jwt"
1313

1414
. "github.com/smartystreets/goconvey/convey"
1515
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/ajg/form v1.5.1 // indirect
7-
github.com/dgrijalva/jwt-go v3.2.0+incompatible
7+
github.com/golang-jwt/jwt v3.2.1+incompatible
88
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
99
github.com/fatih/structs v1.1.0 // indirect
1010
github.com/gavv/httpexpect v2.0.0+incompatible

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ github.com/gavv/httpexpect v2.0.0+incompatible h1:1X9kcRshkSKEjNJJxX9Y9mQ5BRfbxU
2121
github.com/gavv/httpexpect v2.0.0+incompatible/go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc=
2222
github.com/go-session/session v3.1.2+incompatible h1:yStchEObKg4nk2F7JGE7KoFIrA/1Y078peagMWcrncg=
2323
github.com/go-session/session v3.1.2+incompatible/go.mod h1:8B3iivBQjrz/JtC68Np2T1yBBLxTan3mn/3OM0CyRt0=
24+
github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=
25+
github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
2426
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
2527
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
2628
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 commit comments

Comments
 (0)