mirror of
https://github.com/containers/podman.git
synced 2026-03-19 07:08:38 -04:00
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.12 to 0.3.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.1.12...v0.3.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
490 B
Modula-2
19 lines
490 B
Modula-2
module github.com/containers/podman/test/tools
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2
|
|
github.com/vbatts/git-validation v1.1.0
|
|
golang.org/x/tools v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.4.1 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
)
|