Bump go.unistack.org/micro/v3 from 3.9.7 to 3.9.8

Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.9.7...v3.9.8)

---
updated-dependencies:
- dependency-name: go.unistack.org/micro/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-05-03 12:15:57 +00:00
committed by GitHub
parent 5a6b7bea7e
commit 47b07ed093
2 changed files with 22 additions and 14 deletions

3
go.mod
View File

@@ -4,8 +4,7 @@ go 1.16
require (
github.com/imdario/mergo v0.3.12
go.unistack.org/micro/v3 v3.9.7
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
go.unistack.org/micro/v3 v3.9.8
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
)