Skip to content

Commit

Permalink
fix deps test and make sure boring is not imported
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jan 12, 2022
1 parent 3faac57 commit 1d81a96
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/go/build/deps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,11 @@ var depsRules = `
< crypto/ed25519/internal/edwards25519
< crypto/cipher
< encoding/asn1
< crypto/internal/boring
< CRYPTO;
CRYPTO < crypto/internal/boring;
CRYPTO
< crypto/internal/backend/internal/openssl
< crypto/internal/backend
< crypto/aes, crypto/des, crypto/hmac, crypto/md5, crypto/rc4,
Expand Down Expand Up @@ -432,7 +436,7 @@ var depsRules = `
crypto/internal/boring/sig, crypto/internal/boring/fipstls
< crypto/tls/fipsonly;
crypto/internal/boring
crypto/internal/backend
< crypto/boring;
# crypto-aware packages
Expand Down

0 comments on commit 1d81a96

Please sign in to comment.