Skip to content

Commit

Permalink
Attempt to fix OAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Feb 20, 2015
1 parent 2bddfd0 commit 907ea10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/RangelReale/osin"
"github.com/lonelycode/osin"
"github.com/Sirupsen/logrus"
"github.com/gorilla/context"
"github.com/lonelycode/tykcommon"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/RangelReale/osin"
"github.com/lonelycode/osin"
"github.com/Sirupsen/logrus"
"github.com/docopt/docopt.go"
"github.com/justinas/alice"
Expand Down
2 changes: 1 addition & 1 deletion oauth_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/RangelReale/osin"
"github.com/lonelycode/osin"
"github.com/nu7hatch/gouuid"
"net/http"
"time"
Expand Down
2 changes: 1 addition & 1 deletion oauth_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var oauthDefinition string = `
"not_versioned": true,
"versions": {
"Default": {
"name": "efault",
"name": "Default",
"expires": "3000-01-02 15:04"
}
}
Expand Down

0 comments on commit 907ea10

Please sign in to comment.