File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module rmtly-server
3
3
go 1.17
4
4
5
5
require (
6
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
7
6
github.com/free-bots/GopplicationEntry v0.0.0-20210310163550-780a94942a8d
7
+ github.com/golang-jwt/jwt v3.2.2+incompatible
8
8
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
9
9
github.com/gorilla/handlers v1.5.1
10
10
github.com/gorilla/mux v1.8.0
Original file line number Diff line number Diff line change 1
1
package interfaces
2
2
3
- import "github.com/dgrijalva /jwt-go "
3
+ import "github.com/golang-jwt /jwt"
4
4
5
5
type Claims struct {
6
6
DeviceId string
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package services
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/dgrijalva /jwt-go "
5
+ "github.com/golang-jwt /jwt"
6
6
configService "rmtly-server/config/services"
7
7
"rmtly-server/security/interfaces"
8
8
"time"
You can’t perform that action at this time.
0 commit comments