File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/messagebird/go-rest-api/v7
3
3
go 1.14
4
4
5
5
require (
6
- github.com/dgrijalva /jwt-go v3.2.0 +incompatible
6
+ github.com/golang-jwt /jwt v3.2.1 +incompatible
7
7
github.com/stretchr/testify v1.7.0
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
- github.com/dgrijalva /jwt-go v3.2.0 +incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM =
4
- github.com/dgrijalva /jwt-go v3.2.0 +incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
3
+ github.com/golang-jwt /jwt v3.2.1 +incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c =
4
+ github.com/golang-jwt /jwt v3.2.1 +incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
5
5
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
6
6
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7
7
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
"time"
7
7
8
- "github.com/dgrijalva /jwt-go "
8
+ "github.com/golang-jwt /jwt"
9
9
)
10
10
11
11
// maxSkew is the maximum time skew that we accept. Sometimes the Internet is *so* fast
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
"net/url"
29
29
"time"
30
30
31
- "github.com/dgrijalva /jwt-go "
31
+ "github.com/golang-jwt /jwt"
32
32
)
33
33
34
34
const signatureHeader = "MessageBird-Signature-JWT"
You can’t perform that action at this time.
0 commit comments