diff options
| author | arcadia-devtools <[email protected]> | 2022-03-18 01:26:58 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-18 01:26:58 +0300 |
| commit | 0667288a028b64f7255fab3f7c544594f9995733 (patch) | |
| tree | 55fae1ac279c67493592b5f32ef594dd16ce89f9 | |
| parent | bff5ee4727d90f5e8bdce6cb848771c1c203136d (diff) | |
intermediate changes
ref:ece74e27c0d66bd4689589882bd13bde3ac6c91d
| -rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 19 | ||||
| -rw-r--r-- | build/rules/go/vendor.policy | 16 |
2 files changed, 21 insertions, 14 deletions
diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index cc04047ebcd..da64504bb8c 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,16 +1,13 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2880313200) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2880298667) -ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2880308823) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2880295489) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2857212963) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2857177161) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_PPC64LE) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2880311017) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2880297158) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2857212015) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2857175995) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2880314764) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2880299772) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2857213798) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2857178145) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2880307306) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2880293830) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:2857211305) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:2857175289) ENDIF() diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 17a2f5db198..e428121d74e 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -309,7 +309,17 @@ ALLOW .* -> vendor/github.com/mitchellh/go-homedir ALLOW .* -> vendor/github.com/montanaflynn/stats # runtime dependencies of go-swagger -ALLOW .* -> vendor/github.com/go-openapi +ALLOW .* -> vendor/github.com/go-openapi/analysis +ALLOW .* -> vendor/github.com/go-openapi/errors +ALLOW .* -> vendor/github.com/go-openapi/inflect +ALLOW .* -> vendor/github.com/go-openapi/jsonpointer +ALLOW .* -> vendor/github.com/go-openapi/jsonreference +ALLOW .* -> vendor/github.com/go-openapi/loads +ALLOW .* -> vendor/github.com/go-openapi/runtime +ALLOW .* -> vendor/github.com/go-openapi/spec +ALLOW .* -> vendor/github.com/go-openapi/strfmt +ALLOW .* -> vendor/github.com/go-openapi/swag +ALLOW .* -> vendor/github.com/go-openapi/validate # CONTRIB-469: swagger code generator for both client and server ALLOW .* -> vendor/github.com/go-swagger/go-swagger/cmd/swagger @@ -833,7 +843,7 @@ ALLOW .* -> vendor/github.com/godror/godror ALLOW .* -> vendor/github.com/elimity-com/scim # CONTRIB-2363 JSON Schema -ALLOW .* -> vendor/github.com/santhosh-tekuri/jsonschema +ALLOW .* -> vendor/github.com/santhosh-tekuri/jsonschema/v5 # CONTRIB-2356 Django-syntax like template-engine ALLOW .* -> vendor/github.com/flosch/pongo2/v4 @@ -869,7 +879,7 @@ ALLOW .* -> vendor/github.com/stripe/krl ALLOW .* -> vendor/github.com/dgraph-io/ristretto # CONTRIB-2465 -ALLOW .* -> vendor/github.com/go-playground/form +ALLOW .* -> vendor/github.com/go-playground/form/v4 # CONTRIB-2470 # go-autorest requried to be used for authentication and authorization in Azure sdk |
