Skip to content

Commit 3b66309

Browse files
author
Aeneas Rekkas (arekkas)
committed
vendor: updated go-jwt to use semver instead of gopkg
1 parent 5f1851b commit 3b66309

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

glide.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package: github.com/ory-am/fosite
22
import:
33
- package: github.com/asaskevich/govalidator
44
- package: github.com/dgrijalva/jwt-go
5+
version: ~2.7.0
56
- package: github.com/go-errors/errors
67
- package: github.com/golang/mock
78
subpackages:

token/jwt/jwt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010

1111
"github.com/pkg/errors"
12-
"gopkg.in/dgrijalva/jwt-go.v2"
12+
"github.com/dgrijalva/jwt-go"
1313
)
1414

1515
// Enigma is responsible for generating and validating challenges.

0 commit comments

Comments
 (0)