Skip to content

Commit

Permalink
chore: upgrade module path v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed Nov 15, 2021
1 parent 3d7f719 commit 2084c62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/zerodha/fastcache/v2
module github.com/zerodha/fastcache/v3

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion stores/goredis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"time"

"github.com/go-redis/redis/v8"
"github.com/zerodha/fastcache/v2"
"github.com/zerodha/fastcache/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion stores/goredis/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/alicebob/miniredis"
"github.com/go-redis/redis/v8"
"github.com/stretchr/testify/assert"
"github.com/zerodha/fastcache/v2"
"github.com/zerodha/fastcache/v3"
)

func newTestRedis(t *testing.T) *redis.Client {
Expand Down
2 changes: 1 addition & 1 deletion stores/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"time"

"github.com/gomodule/redigo/redis"
"github.com/zerodha/fastcache/v2"
"github.com/zerodha/fastcache/v3"
)

const (
Expand Down

0 comments on commit 2084c62

Please sign in to comment.