add context

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-17 15:24:48 +03:00
parent 67a4801032
commit c2b20e88ed
4 changed files with 41 additions and 20 deletions

5
go.mod
View File

@@ -4,9 +4,6 @@ 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
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20200917121801-6021edc855c8
)