chore(deps): bump github.com/unistack-org/micro/v3 from 3.7.0 to 3.7.5

Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.7.0 to 3.7.5.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.7.0...v3.7.5)

---
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-09-29 15:18:41 +00:00
committed by GitHub
parent 7b0800fb96
commit 8e38285779
2 changed files with 6 additions and 80 deletions

4
go.mod
View File

@@ -3,8 +3,6 @@ module github.com/unistack-org/micro-client-drpc/v3
go 1.16
require (
github.com/unistack-org/micro-proto v0.0.9 // indirect
github.com/unistack-org/micro/v3 v3.7.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/unistack-org/micro/v3 v3.7.5
storj.io/drpc v0.0.24
)