Bump go.unistack.org/micro/v3 from 3.10.13 to 3.10.14

Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.13 to 3.10.14.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.13...v3.10.14)

---
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]
2023-02-27 09:03:41 +00:00
committed by GitHub
parent 13ef19e28b
commit 84b964d9b9
2 changed files with 8 additions and 19 deletions

5
go.mod
View File

@@ -4,11 +4,14 @@ go 1.16
require (
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/hashicorp/vault/api v1.8.3
github.com/imdario/mergo v0.3.13
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
go.unistack.org/micro/v3 v3.10.13
go.unistack.org/micro/v3 v3.10.14
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)