Skip to content

Commit e6fcc59

Browse files
committed
v8
1 parent 87246cd commit e6fcc59

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"time"
1414

1515
"github.com/go-redis/redis/v7"
16-
"github.com/go-redis/redis_rate/v7"
16+
"github.com/go-redis/redis_rate/v8"
1717
)
1818

1919
func ExampleNewLimiter() {

example_test.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/go-redis/redis/v7"
8-
"github.com/go-redis/redis_rate/v7"
8+
"github.com/go-redis/redis_rate/v8"
99
)
1010

1111
func ExampleNewLimiter() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/go-redis/redis_rate/v7
1+
module github.com/go-redis/redis_rate/v8
22

33
go 1.13
44

rate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/go-redis/redis/v7"
88
"github.com/stretchr/testify/assert"
99

10-
"github.com/go-redis/redis_rate/v7"
10+
"github.com/go-redis/redis_rate/v8"
1111
)
1212

1313
func rateLimiter(limit *redis_rate.Limit) *redis_rate.Limiter {

0 commit comments

Comments
 (0)