Skip to content

Commit e44a7c9

Browse files
committed
update redis.v5
1 parent 7a08792 commit e44a7c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
*.swp

token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"time"
66

77
"github.com/satori/go.uuid"
8-
"gopkg.in/redis.v4"
8+
"gopkg.in/redis.v5"
99

1010
"gopkg.in/oauth2.v3"
1111
"gopkg.in/oauth2.v3/models"

0 commit comments

Comments
 (0)