break server dependency

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-23 22:13:39 +03:00
parent 777fe65378
commit 0bc95eaf0d
8 changed files with 371 additions and 4 deletions

5
go.mod
View File

@@ -4,9 +4,12 @@ go 1.15
require (
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.1 // indirect
github.com/unistack-org/micro-codec-bytes v0.0.0-20200828083432-4e49e953d844
github.com/unistack-org/micro-server-grpc v0.0.0-20200922093840-830e8ebadd70
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20200920124807-9b11ea527aeb
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.31.1
google.golang.org/protobuf v1.25.0
)