Skip to content

Commit

Permalink
vendor: update redis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Apr 14, 2017
1 parent 1ba8f5f commit 722cfcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
12 changes: 2 additions & 10 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Expand Up @@ -16,8 +16,8 @@ import:
- context
- package: gopkg.in/gorethink/gorethink.v3
version: ~3.0.0
- package: gopkg.in/redis.v5
version: ~5.1.6
- package: github.com/go-redis/redis
version: ~6.1.3
testImport:
- package: github.com/go-sql-driver/mysql
version: ~1.3.0
Expand Down
2 changes: 1 addition & 1 deletion manager_redis.go
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"

"github.com/pkg/errors"
"gopkg.in/redis.v5"
"github.com/go-redis/redis"
)

// RedisManager is a redis implementation of Manager to store policies persistently.
Expand Down

0 comments on commit 722cfcd

Please sign in to comment.