Skip to content

Commit

Permalink
Osin pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Feb 20, 2015
1 parent 907ea10 commit 5fe953c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/lonelycode/osin"
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/lonelycode/osin"
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/lonelycode/osin"
osin "github.com/lonelycode/osin"
"github.com/nu7hatch/gouuid"
"net/http"
"time"
Expand Down

0 comments on commit 5fe953c

Please sign in to comment.