update to latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-22 13:30:54 +03:00
parent c2b20e88ed
commit 46d12841d4
2 changed files with 6 additions and 3 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.15
require (
github.com/go-redis/redis/v7 v7.4.0
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20200917121801-6021edc855c8
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20200922101738-21d5ca1cddc1
)