Skip to content

Commit

Permalink
update redis.v5
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Nov 18, 2016
1 parent 7a08792 commit e44a7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ _testmain.go
*.exe
*.test
*.prof
*.swp
2 changes: 1 addition & 1 deletion token.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/satori/go.uuid"
"gopkg.in/redis.v4"
"gopkg.in/redis.v5"

"gopkg.in/oauth2.v3"
"gopkg.in/oauth2.v3/models"
Expand Down

0 comments on commit e44a7c9

Please sign in to comment.