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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index 147eaf6aba..bdfa517ed2 100644
--- a/src/go/build/deps_test.go
+++ b/src/go/build/deps_test.go
@@ -110,10 +110,14 @@ var pkgDeps = map[string][]string{
"reflect": {"L2"},
"sort": {"reflect"},
+ "crypto/internal/boring": {"L2", "C", "crypto", "crypto/cipher", "crypto/subtle", "encoding/asn1", "hash", "math/big"},
+ "crypto/internal/cipherhw": {"crypto/internal/boring"},
+
"L3": {
"L2",
"crypto",
"crypto/cipher",
+ "crypto/internal/boring",
"crypto/internal/cipherhw",
"crypto/subtle",
"encoding/base32",