mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
go/build: remove nonexistent package from TestDependencies
crypto/internal/boring/fips140tls is not a package in the Go standard library, so it should not be listed in TestDependencies. Change-Id: I6476da397b0204fcbd0a11b27a29112fca4b6023 Reviewed-on: https://go-review.googlesource.com/c/go/+/636415 Reviewed-by: Filippo Valsorda <filippo@golang.org> Auto-Submit: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
31e50af5f3
commit
0cd833d198
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ var depsRules = `
|
|||
FIPS, internal/godebug, hash < crypto/fips140, crypto/internal/fips140only;
|
||||
|
||||
NONE < crypto/internal/boring/sig, crypto/internal/boring/syso;
|
||||
sync/atomic < crypto/internal/boring/bcache, crypto/internal/boring/fips140tls;
|
||||
sync/atomic < crypto/internal/boring/bcache;
|
||||
crypto/internal/boring/sig, crypto/tls/internal/fips140tls < crypto/tls/fipsonly;
|
||||
|
||||
# CRYPTO is core crypto algorithms - no cgo, fmt, net.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue