Commit 9f15307 ryannjohnson-range
authored
1 parent d50c866 commit 9f15307 Copy full SHA for 9f15307
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/SherClockHolmes/webpush-go
2
2
3
3
require (
4
- github.com/dgrijalva /jwt-go v3.2.0 +incompatible
4
+ github.com/golang-jwt /jwt v3.2.2 +incompatible
5
5
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
6
6
)
7
7
Original file line number Diff line number Diff line change 1
- github.com/dgrijalva /jwt-go v3.2.0 +incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM =
2
- github.com/dgrijalva /jwt-go v3.2.0 +incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
1
+ github.com/golang-jwt /jwt v3.2.2 +incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
2
+ github.com/golang-jwt /jwt v3.2.2 +incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
3
3
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 h1:MQ/ZZiDsUapFFiMS+vzwXkCTeEKaum+Do5rINYJDmxc =
4
4
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"net/url"
11
11
"time"
12
12
13
- jwt "github.com/dgrijalva /jwt-go "
13
+ "github.com/golang-jwt /jwt"
14
14
)
15
15
16
16
// GenerateVAPIDKeys will create a private and public VAPID key pair
Original file line number Diff line number Diff line change 6
6
"strings"
7
7
"testing"
8
8
9
- jwt "github.com/dgrijalva /jwt-go "
9
+ "github.com/golang-jwt /jwt"
10
10
)
11
11
12
12
func TestVAPID (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments