Bump github.com/unistack-org/micro/v3 from 3.4.0 to 3.7.1

Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.4.0 to 3.7.1.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.4.0...v3.7.1)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-16 12:17:34 +00:00
committed by GitHub
parent 41598f0afe
commit ebf8d0b8ce
2 changed files with 15 additions and 8 deletions

4
go.mod
View File

@@ -4,10 +4,10 @@ go 1.16
require (
github.com/imdario/mergo v0.3.12
github.com/unistack-org/micro/v3 v3.4.0
github.com/unistack-org/micro/v3 v3.7.1
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
google.golang.org/protobuf v1.27.1
)