Bump github.com/unistack-org/micro/v3 from 3.7.4 to 3.7.8

Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.7.4 to 3.7.8.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.7.4...v3.7.8)

---
updated-dependencies:
- dependency-name: github.com/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]
2021-10-01 07:18:56 +00:00
committed by GitHub
parent 82d14b4ea7
commit b178c34762
2 changed files with 8 additions and 8 deletions

4
go.mod
View File

@@ -4,8 +4,8 @@ go 1.16
require (
github.com/golang/protobuf v1.5.2
github.com/unistack-org/micro/v3 v3.7.4
golang.org/x/net v0.0.0-20210510120150-4163338589ed
github.com/unistack-org/micro/v3 v3.7.8
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
)