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 6
6
"strings"
7
7
"time"
8
8
9
- "github.com/dgrijalva/jwt-go"
10
9
"github.com/go-oauth2/oauth2/v4"
11
10
"github.com/go-oauth2/oauth2/v4/errors"
11
+ "github.com/golang-jwt/jwt"
12
12
"github.com/google/uuid"
13
13
)
14
14
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import (
6
6
"testing"
7
7
"time"
8
8
9
- "github.com/dgrijalva/jwt-go"
10
9
"github.com/go-oauth2/oauth2/v4"
11
10
"github.com/go-oauth2/oauth2/v4/generates"
12
11
"github.com/go-oauth2/oauth2/v4/models"
12
+ "github.com/golang-jwt/jwt"
13
13
14
14
. "github.com/smartystreets/goconvey/convey"
15
15
)
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
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
8
8
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
9
9
github.com/fatih/structs v1.1.0 // indirect
10
10
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
21
21
github.com/gavv/httpexpect v2.0.0+incompatible /go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc =
22
22
github.com/go-session/session v3.1.2+incompatible h1:yStchEObKg4nk2F7JGE7KoFIrA/1Y078peagMWcrncg =
23
23
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 =
24
26
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
25
27
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
26
28
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments