]> Cypherpunks repositories - gostls13.git/commit
go/build: remove nonexistent package from TestDependencies
authorqmuntal <quimmuntal@gmail.com>
Mon, 16 Dec 2024 10:07:02 +0000 (11:07 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 17 Dec 2024 16:07:44 +0000 (08:07 -0800)
commit0cd833d19823f84a1da7552c63d1be5b7dba332a
tree3aaa05d4b992bae56e6186631db90a1b47bad938
parent31e50af5f3366a9fc4e91a589f91ad579b7cba56
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>
src/go/build/deps_test.go