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 7de0e85769
commit 304b29c543
2 changed files with 9 additions and 3 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/hashicorp/memberlist v0.1.5
github.com/micro/go-micro/v2 v2.1.2
github.com/micro/go-micro/v2 v2.3.0
github.com/mitchellh/hashstructure v1.0.0
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)