From: qmuntal Date: Mon, 16 Dec 2024 10:07:02 +0000 (+0100) Subject: go/build: remove nonexistent package from TestDependencies X-Git-Tag: go1.24rc2~6^2~81 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0cd833d19823f84a1da7552c63d1be5b7dba332a;p=gostls13.git 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 Auto-Submit: Quim Muntal Reviewed-by: David Chase LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go index cc7f4df7f3..15e2f1bbbf 100644 --- a/src/go/build/deps_test.go +++ b/src/go/build/deps_test.go @@ -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.