open-nomad/vendor/golang.org/x
Michael Schurter 080dca7329 vendor: fix blake2b on non-amd64 archs
The blake2b package only includes an asm implementation for amd64. Other
architectures use a generic Go implementation. Unfortunately appengine
is one of those architectures and we explicitly ignore appengine when
vendoring because it is an unsupported platform for Nomad.

Commit 925ec07a4 started ignoring appengine to help trim down the vendor
package. We now need to include appengine again - despite not building
for it - just to avoid accidently breaking other archs we do support.
2018-08-09 10:33:21 -07:00
..
crypto vendor: fix blake2b on non-amd64 archs 2018-08-09 10:33:21 -07:00
net Add missing deps needed for ginkgo 2018-03-12 10:30:56 -05:00
sync no failures allowed 2016-08-19 16:40:37 -07:00
sys update grpc vendor dependencies 2018-08-06 11:43:24 -04:00
text Add missing deps needed for ginkgo 2018-03-12 10:30:56 -05:00
time Rate limiting 2016-08-19 16:40:37 -07:00