]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/go/build/deps_test.go
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / src / go / build / deps_test.go
index fb862459c8a3eab4c39a7d60e774dd7dc6885f7c..670fa6b6d0907b80d12d4d6560e27a1b3b082012 100644 (file)
@@ -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",