Skip to content

Commit

Permalink
all: update jwt-go to versioned package and update dependencies (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas authored Jun 20, 2016
1 parent 127db0a commit fc2ad6a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
24 changes: 15 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oauth2/consent_strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"crypto/rsa"

"github.com/dgrijalva/jwt-go"
"gopkg.in/dgrijalva/jwt-go.v2"
"github.com/go-errors/errors"
"github.com/ory-am/fosite"
"github.com/ory-am/fosite/handler/oidc/strategy"
Expand Down
2 changes: 1 addition & 1 deletion oauth2/oauth2_auth_code_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"github.com/dgrijalva/jwt-go"
"gopkg.in/dgrijalva/jwt-go.v2"
"github.com/go-errors/errors"
"github.com/julienschmidt/httprouter"
ejwt "github.com/ory-am/fosite/token/jwt"
Expand Down
2 changes: 1 addition & 1 deletion oauth2/oauth2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"fmt"
"net/url"

"github.com/dgrijalva/jwt-go"
"gopkg.in/dgrijalva/jwt-go.v2"
"github.com/go-errors/errors"
"github.com/julienschmidt/httprouter"
"github.com/ory-am/fosite"
Expand Down

0 comments on commit fc2ad6a

Please sign in to comment.