mirror of
https://github.com/containers/podman.git
synced 2025-12-15 19:49:29 +08:00
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>
This commit is contained in:
8
test/tools/vendor/github.com/vbatts/git-validation/go.mod
generated
vendored
Normal file
8
test/tools/vendor/github.com/vbatts/git-validation/go.mod
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/vbatts/git-validation
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/hashicorp/go-version v1.2.0
|
||||
github.com/sirupsen/logrus v1.4.1
|
||||
)
|
||||
Reference in New Issue
Block a user