renovate[bot]
a8e1a5ed1b
fix(deps): update module github.com/vbatts/git-validation to v1.2.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 17:03:31 +00:00
dependabot[bot]
2b4a27719c
build(deps): bump github.com/vbatts/git-validation in /test/tools
...
Bumps [github.com/vbatts/git-validation](https://github.com/vbatts/git-validation ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/vbatts/git-validation/releases )
- [Commits](https://github.com/vbatts/git-validation/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/vbatts/git-validation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 13:00:58 +00:00
dependabot[bot]
b7c283759a
Bump golang.org/x/tools from 0.1.10 to 0.1.11 in /test/tools
...
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.1.10...v0.1.11 )
---
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>
2022-06-10 12:36:28 +00:00
Paul Holzinger
3866143675
exclude new tools vendor dir from validate
...
We have no control over the code in the vendored files.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-05-04 17:11:50 +02:00
Paul Holzinger
3b9177995e
vendor test tools in submodule
...
Instead of using the main module we should vendor the test tools in a
different directory. That way we do not add extra dependencies to the
main module which can be problemetic for packages or other users.
This is already done in buildah so this makes us more consitent.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-05-04 17:11:43 +02:00