summaryrefslogtreecommitdiff
path: root/test/tools/tools.go
Commit message (Collapse)AuthorAge
* vendor test dependencies instead of installing via networkPaul Holzinger2022-05-03
We can vendor the test dependencies such as go-md2man, git-validation and goimports. This allows us to always install the same version as specified in go.mod. Also we do not rely on a network connection for this. The advantage with this method is that dependabot will also update the dependencies for us and we do not have to hardcode versions in the Makefile. Signed-off-by: Paul Holzinger <pholzing@redhat.com>