commit | 6781d3edade33508825401a5e81a5f07ac7c1902 | [log] [tgz] |
---|---|---|
author | Zvonimir Pavlinovic <zpavlinovic@google.com> | Wed Jul 21 09:39:24 2021 -0700 |
committer | Bryan C. Mills <bcmills@google.com> | Thu Jul 22 18:00:16 2021 +0000 |
tree | adaa0ed77a5a0ffb4e0b9ae947bf2f240344b639 | |
parent | d37aa40e80138c3a1031f05dd61656e89eb0ff50 [diff] |
vulndb/govulncheck: check for dependencies in k8s integration test Skips testing if unzip and tar dependencies are not available. Fixes golang/go#47314 Change-Id: I361f3b7fad431c797df8ff7c320542dc2652245d Reviewed-on: https://go-review.googlesource.com/c/exp/+/336309 Reviewed-by: Bryan C. Mills <bcmills@google.com> Trust: Robert Findley <rfindley@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.