Bump github.com/unistack-org/micro/v3 from 3.5.6 to 3.7.0 (#36)

This commit is contained in:
dependabot[bot]
2021-09-06 11:05:26 +00:00
committed by GitHub
parent 0539d08195
commit 4d0bb35dd9
2 changed files with 13 additions and 23 deletions

4
go.mod
View File

@@ -3,11 +3,9 @@ module github.com/unistack-org/micro-client-grpc/v3
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/unistack-org/micro/v3 v3.5.6
github.com/unistack-org/micro/v3 v3.7.0
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b // indirect
google.golang.org/grpc v1.39.0
)