diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-05 18:35:26 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-05 18:35:26 +0300 |
commit | fcd32231f5cfeef77c712417d2d2a683e27a3326 (patch) | |
tree | 7e8a7b449c7c661aeaede611b5377268d96dfe55 | |
parent | dea1e96c926a63a534cf579e7450479f29dc1b45 (diff) | |
download | ydb-fcd32231f5cfeef77c712417d2d2a683e27a3326.tar.gz |
intermediate changes
ref:6d551d74bc353fe5cea003fbd995bd9e437df2ba
-rw-r--r-- | build/rules/go/vendor.policy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 52ba426a27d..0c78cd7f669 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -137,6 +137,7 @@ ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/ec2 ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/route53 ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/kinesis ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/sts +ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/iam # TOML parser/encoder with reflection ALLOW .* -> vendor/github.com/BurntSushi/toml |