Bump go.unistack.org/micro-proto/v3 from 3.1.0 to 3.1.1

Bumps [go.unistack.org/micro-proto/v3](https://github.com/unistack-org/micro-proto) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/unistack-org/micro-proto/releases)
- [Commits](https://github.com/unistack-org/micro-proto/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: go.unistack.org/micro-proto/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-12-30 15:20:27 +00:00
committed by GitHub
parent 8afbf92aea
commit 67e5e64aa6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
github.com/fatih/structtag v1.2.0
go.unistack.org/micro-proto/v3 v3.1.0
go.unistack.org/micro-proto/v3 v3.1.1
golang.org/x/tools v0.1.8
google.golang.org/protobuf v1.27.1
)