Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/imports: adjust TestStdlibSelfImports pkg
This commit switches the test to use crypto/rc4 instead of crypto/ecdsa. The crypto.ecdsa package will soon be imported into the FIPS module, producing an unexpected import of crypto/internal/fips/ecdsa by the pre-existing test. Instead, use the rc4 stdlib package. This won't be under consideration for FIPS. Change-Id: I87bcaa04efe1138aa80bf7ce88f0df74469daf4d Reviewed-on: https://go-review.googlesource.com/c/tools/+/629115 Reviewed-by: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Filippo Valsorda <filippo@golang.org> Reviewed-by: Peter Weinberger <pjw@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Daniel McCarney <daniel@binaryparadox.net> Reviewed-by: Ian Cottrell <iancottrell@google.com>
- Loading branch information