initial import from go-plugins

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-08-27 13:46:10 +03:00
commit 67a4801032
11 changed files with 955 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/unistack-org/micro-store-redis
go 1.15
require (
github.com/go-redis/redis/v7 v7.4.0
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/unistack-org/micro/v3 v3.0.0-20200827083227-aa99378adc6e
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)