diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-05-04 15:01:23 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-05-04 17:11:50 +0200 |
commit | 3866143675a2ccf15095b75b2c97b858d8ef0ab5 (patch) | |
tree | d2d4461d77be802cbac1d3f9a6cb094b2c777705 /test/tools/vendor/github.com/hashicorp | |
parent | f6b397bf1e5d06027319a2ac0be539d051eca801 (diff) | |
download | podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.tar.gz podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.tar.bz2 podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.zip |
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>
Diffstat (limited to 'test/tools/vendor/github.com/hashicorp')
-rw-r--r-- | test/tools/vendor/github.com/hashicorp/go-version/.travis.yml | 8 | ||||
-rw-r--r-- | test/tools/vendor/github.com/hashicorp/go-version/LICENSE | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml b/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml index 01c5dc219..b5f955d7e 100644 --- a/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml +++ b/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml @@ -1,6 +1,6 @@ -language: go +language: go -go: +go: - 1.2 - 1.3 - 1.4 @@ -8,6 +8,6 @@ go: - "1.10" - 1.11 - 1.12 - + script: - - go test + - go test diff --git a/test/tools/vendor/github.com/hashicorp/go-version/LICENSE b/test/tools/vendor/github.com/hashicorp/go-version/LICENSE index c33dcc7c9..82b4de97c 100644 --- a/test/tools/vendor/github.com/hashicorp/go-version/LICENSE +++ b/test/tools/vendor/github.com/hashicorp/go-version/LICENSE @@ -351,4 +351,3 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - |