]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove temporary crypto/internal/fips140 import relaxation
authorRuss Cox <rsc@golang.org>
Wed, 20 Nov 2024 15:25:44 +0000 (10:25 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 20 Nov 2024 20:56:02 +0000 (20:56 +0000)
commit5242bfa26afdd3541b9a70a16431ceb616f5510d
treeae52614d7502abfb01736b79ef17a8e512aa7669
parent4a3cef2036097d323b6cc0bbe90fc4d8c7588660
cmd/go: remove temporary crypto/internal/fips140 import relaxation

Now that crypto/internal/fips140deps has been checked in,
we can enforce the full restrictions in the go command:
crypto/internal/fips can only import crypto/internal, not internal/...

Change-Id: I035470dbd478a5997c37ffabd268117969ed00a5
Reviewed-on: https://go-review.googlesource.com/c/go/+/630135
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
src/cmd/go/internal/load/pkg.go