Bump golang.org/x/tools from 0.1.10 to 0.1.11 (#51)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.10...v0.1.11)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-25 22:41:48 +03:00
committed by GitHub
parent adb15d9a67
commit e8389ad0f8
2 changed files with 5 additions and 6 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.16
require (
github.com/fatih/structtag v1.2.0
go.unistack.org/micro-proto/v3 v3.2.7
golang.org/x/tools v0.1.10
golang.org/x/tools v0.1.11
google.golang.org/protobuf v1.28.0
)