-
Michael Munday authored
This change updates the vendored copy of golang.org/x/crypto to commit 1a580b3eff7814fc9b40602fd35256c63b50f491. An import of golang.org/x/sys/cpu was replaced with an import of internal/cpu as required by https://github.com/golang/go/issues/24843#issuecomment-383194779. The following bash command can be used to replicate this import update: find `pwd` -name '*.go' -exec sed -i 's/golang\.org\/x\/sys\/cpu/internal\/cpu/g' '{}' \; Change-Id: Ic80d361f940a96c70e4196f594d791c63421d73c Reviewed-on: https://go-review.googlesource.com/113175Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
212c9479