Skip to content

Commit

Permalink
fix gin-jwt version.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 19, 2016
1 parent 0495a7c commit f3e0021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please see [server example file](example/server.go).
package main

import (
"github.com/appleboy/gin-jwt"
"gopkg.in/appleboy/gin-jwt.v1"
"github.com/fvbock/endless"
"github.com/gin-gonic/gin"
"os"
Expand Down
2 changes: 1 addition & 1 deletion example/server.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

import (
"github.com/appleboy/gin-jwt"
"github.com/fvbock/endless"
"github.com/gin-gonic/gin"
"gopkg.in/appleboy/gin-jwt.v1"
"os"
"time"
)
Expand Down

0 comments on commit f3e0021

Please sign in to comment.