diff options
| -rw-r--r-- | build/rules/go/vendor.policy | 5 | ||||
| -rw-r--r-- | build/ya.conf.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 10509ebd8a6..debd0de904e 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1109,6 +1109,11 @@ ALLOW noc/traffic/dns/.* -> vendor/github.com/gin-gonic/gin # CONTRIB-2542 ALLOW noc/traffic/dns/.* -> vendor/github.com/gin-contrib/gzip +# CONTRIB-1735 +ALLOW .* -> vendor/gonum.org/v1/gonum +DENY .* -> vendor/gonum.org/v1/gonum;test +DENY .* -> vendor/gonum.org/v1/plot;test +DENY .* -> vendor/gonum.org/v1/netlib;test # # This section is for EXCEPTIONS. Add new rule above, not here. diff --git a/build/ya.conf.json b/build/ya.conf.json index 0f97ffeecac..06c986b7a91 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7231,7 +7231,7 @@ "node-search": { "formula": { "sandbox_id": [ - 1293225955 + 1293225955 ], "match": "node_search" }, @@ -8408,7 +8408,7 @@ }, "marketsre": { "formula": { - "sandbox_id": 1292427496, + "sandbox_id": 1293298923, "match": "marketsre" }, "executable": { |
