Skip to content

Commit

Permalink
plugin/token: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas committed Jan 8, 2016
1 parent 9c21afb commit fdba2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/token/token.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package authorize

import (
"camlistore.org/pkg/context"
. "github.com/ory-am/fosite"
"golang.org/x/net/context"
"net/http"
)

Expand Down

0 comments on commit fdba2f7

Please sign in to comment.