Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit c63ab54

Browse files
wizardishungrygregjones
authored andcommitted
move redis dependency to maintained repo (#89)
1 parent 9cad4c3 commit c63ab54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎redis/redis.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package redis
33

44
import (
5-
"github.com/garyburd/redigo/redis"
5+
"github.com/gomodule/redigo/redis"
66
"github.com/gregjones/httpcache"
77
)
88

‎redis/redis_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"bytes"
55
"testing"
66

7-
"github.com/garyburd/redigo/redis"
7+
"github.com/gomodule/redigo/redis"
88
)
99

1010
func TestRedisCache(t *testing.T) {

0 commit comments

Comments
 (0)