Bump go.unistack.org/micro/v3 from 3.8.9 to 3.8.10

Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.8.9 to 3.8.10.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10)

---
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]
2021-11-19 08:25:11 +00:00
committed by GitHub
parent c3c1afa03f
commit 7bb840cd61
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/hashicorp/vault/api v1.3.0
github.com/imdario/mergo v0.3.12
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
go.unistack.org/micro/v3 v3.8.9
go.unistack.org/micro/v3 v3.8.10
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)