mirror of
https://github.com/containers/podman.git
synced 2025-09-10 02:02:22 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
10 lines
179 B
Modula-2
10 lines
179 B
Modula-2
module github.com/containers/podman/test/tools
|
|
|
|
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.12
|
|
)
|