aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/deps_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/build/deps_test.go')
-rw-r--r--src/go/build/deps_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index 40f29a2c30..55a77c6390 100644
--- a/src/go/build/deps_test.go
+++ b/src/go/build/deps_test.go
@@ -121,10 +121,17 @@ var pkgDeps = map[string][]string{
"reflect": {"L2"},
"sort": {"internal/reflectlite"},
+ "crypto/internal/boring": {"L2", "C", "crypto", "crypto/cipher", "crypto/internal/boring/sig", "crypto/subtle", "encoding/asn1", "hash", "math/big"},
+ "crypto/internal/boring/fipstls": {"sync/atomic"},
+ "crypto/internal/cipherhw": {"crypto/internal/boring"},
+ "crypto/tls/fipsonly": {"crypto/internal/boring/fipstls", "crypto/internal/boring/sig"},
+
"L3": {
"L2",
"crypto",
"crypto/cipher",
+ "crypto/internal/boring",
+ "crypto/internal/boring/fipstls",
"crypto/internal/subtle",
"crypto/subtle",
"encoding/base32",