Skip to content

Commit 0cd833d

Browse files
qmuntalgopherbot
authored andcommitted
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 <[email protected]> Auto-Submit: Quim Muntal <[email protected]> Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 31e50af commit 0cd833d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/build/deps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ var depsRules = `
498498
FIPS, internal/godebug, hash < crypto/fips140, crypto/internal/fips140only;
499499
500500
NONE < crypto/internal/boring/sig, crypto/internal/boring/syso;
501-
sync/atomic < crypto/internal/boring/bcache, crypto/internal/boring/fips140tls;
501+
sync/atomic < crypto/internal/boring/bcache;
502502
crypto/internal/boring/sig, crypto/tls/internal/fips140tls < crypto/tls/fipsonly;
503503
504504
# CRYPTO is core crypto algorithms - no cgo, fmt, net.

0 commit comments

Comments
 (0)