aboutsummaryrefslogtreecommitdiff
path: root/test/tools/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-28 12:55:26 +0000
committerGitHub <noreply@github.com>2022-07-28 12:55:26 +0000
commit17e3680fbe59c5e18b0a81bd5b02e86e1863feac (patch)
tree22e8be084c177ea67c26a0671a2fa27d65d02345 /test/tools/go.mod
parentef6f5a9ea842098db8b6e83be070ce3ae0ec85a7 (diff)
downloadpodman-17e3680fbe59c5e18b0a81bd5b02e86e1863feac.tar.gz
podman-17e3680fbe59c5e18b0a81bd5b02e86e1863feac.tar.bz2
podman-17e3680fbe59c5e18b0a81bd5b02e86e1863feac.zip
Bump golang.org/x/tools from 0.1.11 to 0.1.12 in /test/tools
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.1.11...v0.1.12) --- 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>
Diffstat (limited to 'test/tools/go.mod')
-rw-r--r--test/tools/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/go.mod b/test/tools/go.mod
index 1c2867b99..10758549e 100644
--- a/test/tools/go.mod
+++ b/test/tools/go.mod
@@ -5,5 +5,5 @@ go 1.16
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2
github.com/vbatts/git-validation v1.1.0
- golang.org/x/tools v0.1.11
+ golang.org/x/tools v0.1.12
)