Bump golang.org/x/tools from 0.1.10 to 0.1.11

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>
This commit is contained in:
dependabot[bot]
2022-06-09 23:03:45 +00:00
committed by Paul Tyng
parent 5fe1cc1b15
commit 541d8799ae
2 changed files with 5 additions and 8 deletions

2
go.mod
View File

@@ -11,6 +11,6 @@ require (
github.com/tj/assert v0.0.3
github.com/ulikunitz/xz v0.5.10
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
golang.org/x/tools v0.1.10
golang.org/x/tools v0.1.11
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)