summaryrefslogtreecommitdiff
path: root/test/tools/go.mod
blob: 10758549e04425375b815e1667b4cf0b5880ddbf (plain)
1
2
3
4
5
6
7
8
9
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
)