Skip to content

Commit 987bdfc

Browse files
committed
Change github.com/redis/go-redis/v9 to github.com/acenda/go-redis/v9
1 parent 170af79 commit 987bdfc

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

go.mod

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/acenda/go-redis/v9
1+
module github.com/redis/go-redis/v9
22

33
go 1.18
44

@@ -13,3 +13,19 @@ retract (
1313
v9.5.4 // This version was accidentally released. Please use version 9.6.0 instead.
1414
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
1515
)
16+
17+
replace github.com/redis/go-redis/v9 => .
18+
19+
replace github.com/redis/go-redis/v9/internal => ./internal
20+
21+
replace github.com/redis/go-redis/v9/internal/proto => ./internal/proto
22+
23+
replace github.com/redis/go-redis/v9/internal/hashtag => ./internal/hashtag
24+
25+
replace github.com/redis/go-redis/v9/internal/hscan => ./internal/hscan
26+
27+
replace github.com/redis/go-redis/v9/internal/pool => ./internal/pool
28+
29+
replace github.com/redis/go-redis/v9/internal/rand => ./internal/rand
30+
31+
replace github.com/redis/go-redis/v9/internal/util => ./internal/util

0 commit comments

Comments
 (0)