Skip to content

Commit

Permalink
vendor: updated go-jwt to use semver instead of gopkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Aug 8, 2016
1 parent 5f1851b commit 3b66309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package: github.com/ory-am/fosite
import:
- package: github.com/asaskevich/govalidator
- package: github.com/dgrijalva/jwt-go
version: ~2.7.0
- package: github.com/go-errors/errors
- package: github.com/golang/mock
subpackages:
Expand Down
2 changes: 1 addition & 1 deletion token/jwt/jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"

"github.com/pkg/errors"
"gopkg.in/dgrijalva/jwt-go.v2"
"github.com/dgrijalva/jwt-go"
)

// Enigma is responsible for generating and validating challenges.
Expand Down

0 comments on commit 3b66309

Please sign in to comment.