summaryrefslogtreecommitdiff
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
committerMatthew Heon <mheon@redhat.com>2022-08-10 16:46:05 -0400
commit346b22f0706ef4b01a9442ca47c8ceef827e45e1 (patch)
tree039ce195d67e59906521fb5331bb63591b80df58 /test/tools/go.mod
parent5b5e53d70414aafdc6e9bddfe49c23f6a789b1c6 (diff)
downloadpodman-346b22f0706ef4b01a9442ca47c8ceef827e45e1.tar.gz
podman-346b22f0706ef4b01a9442ca47c8ceef827e45e1.tar.bz2
podman-346b22f0706ef4b01a9442ca47c8ceef827e45e1.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
)