build(deps): bump go.unistack.org/micro-server-grpc/v3

Bumps [go.unistack.org/micro-server-grpc/v3](https://github.com/unistack-org/micro-server-grpc) from 3.9.1 to 3.9.3.
- [Release notes](https://github.com/unistack-org/micro-server-grpc/releases)
- [Commits](https://github.com/unistack-org/micro-server-grpc/compare/v3.9.1...v3.9.3)

---
updated-dependencies:
- dependency-name: go.unistack.org/micro-server-grpc/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-11 15:01:22 +00:00
committed by GitHub
parent 16c10f942a
commit 1073b8e9fb
2 changed files with 8 additions and 7 deletions

3
go.mod
View File

@@ -3,7 +3,6 @@ module go.unistack.org/micro-tests
go 1.16
require (
github.com/google/gnostic v0.6.7 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.30
@@ -29,7 +28,7 @@ require (
go.unistack.org/micro-meter-victoriametrics/v3 v3.8.6
go.unistack.org/micro-proto/v3 v3.2.7
go.unistack.org/micro-router-register/v3 v3.9.0
go.unistack.org/micro-server-grpc/v3 v3.9.1
go.unistack.org/micro-server-grpc/v3 v3.9.3
go.unistack.org/micro-server-http/v3 v3.10.0
go.unistack.org/micro-server-tcp/v3 v3.9.0
go.unistack.org/micro-wrapper-recovery/v3 v3.8.0