File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 44
55require (
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
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ github.com/gavv/httpexpect v2.0.0+incompatible h1:1X9kcRshkSKEjNJJxX9Y9mQ5BRfbxU
2121github.com/gavv/httpexpect v2.0.0+incompatible /go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc =
2222github.com/go-session/session v3.1.2+incompatible h1:yStchEObKg4nk2F7JGE7KoFIrA/1Y078peagMWcrncg =
2323github.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 =
2426github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
2527github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
2628github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments