fix import path for v2 release (#457)

* fix import path for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-31 01:26:39 +03:00
parent 84a01fd4da
commit 768898d373
3 changed files with 137 additions and 3 deletions

4
go.mod
View File

@@ -1,10 +1,10 @@
module github.com/micro/go-plugins/store/redis
module github.com/micro/go-plugins/store/redis/v2
go 1.13
require (
github.com/garyburd/redigo v1.6.0 // indirect
github.com/micro/go-micro v1.18.0
github.com/micro/go-micro/v2 v2.0.0
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/redis.v3 v3.6.4
)