diff options
author | arcadia-devtools <[email protected]> | 2022-05-19 18:11:39 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-05-19 18:11:39 +0300 |
commit | e1f3d2c6b674ba0e94c1885c71c98e73889c6809 (patch) | |
tree | 61223a2794efcee20574caa3aba245371256e182 | |
parent | 87e0835d7121b4cb960d09dcce5b554777247f85 (diff) |
intermediate changes
ref:7bf6c478c2c4338e93a32e77cba58d459b9a5974
-rw-r--r-- | build/rules/autocheck.blacklist | 1 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 3140ab90055..da69aabc9a2 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1420,7 +1420,6 @@ education/schoolbook/services/gauss education/schoolbook/packages/accio adv/pcode/mobileadssdk/tests/frankenstein classifieds/incite -samsara/samsara-search/samsara-search-extended noc/linux-commit-api nirvana/frontend billing/balance/configs diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 4f19c28ff3b..8429ccabc66 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -421,8 +421,14 @@ ALLOW .* -> vendor/golang.org/x/xerrors # golang.org/x/sys required for SO_REUSEPORT, for example ALLOW .* -> vendor/golang.org/x/sys +# modules ALLOW .* -> vendor/golang.org/x/mod +# exp generics +ALLOW .* -> vendor/golang.org/x/exp/slices +ALLOW .* -> vendor/golang.org/x/exp/maps +ALLOW .* -> vendor/golang.org/x/exp/constraints + # basic LDAP v3 functionality for the GO programming language ALLOW .* -> vendor/gopkg.in/ldap.v3 |