bump go-micro and micro to v2.3.0 (#510)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-03-18 00:57:10 +03:00
parent 3711d8c0e7
commit f95ac5703c
2 changed files with 8 additions and 3 deletions

2
go.mod
View File

@@ -4,6 +4,6 @@ go 1.13
require (
github.com/VictoriaMetrics/metrics v1.9.3
github.com/micro/go-micro/v2 v2.1.2
github.com/micro/go-micro/v2 v2.3.0
github.com/stretchr/testify v1.4.0
)