diff options
author | amosov-f <amosov-f@yandex-team.ru> | 2022-02-10 16:51:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:32 +0300 |
commit | dc904881565879f077aeca5b6b4e4cb81efbfd4a (patch) | |
tree | 352c5426d5860e120a7bfe34905e74b98d6956e7 /build | |
parent | 5645b77e1d50642e425dc9a5dbbf1b36e4cb85a1 (diff) | |
download | ydb-dc904881565879f077aeca5b6b4e4cb81efbfd4a.tar.gz |
Restoring authorship annotation for <amosov-f@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/go/vendor.policy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..66fd193743 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1017,10 +1017,10 @@ ALLOW load/projects/pandora -> vendor/github.com/magiconair/properties/assert ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-event-hubs-go/v3 ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-amqp-common-go/v3/sas -# CONTRIB-2347 -ALLOW trust/psp/core/go -> vendor/github.com/gorilla/mux -ALLOW trust/psp/core/handler -> vendor/github.com/gorilla/mux - +# CONTRIB-2347 +ALLOW trust/psp/core/go -> vendor/github.com/gorilla/mux +ALLOW trust/psp/core/handler -> vendor/github.com/gorilla/mux + # CONTRIB-2337 Cloud GPU migration: validator for structs and fields ALLOW cloud/compute/go-common/pkg/validation -> vendor/github.com/go-playground/validator/v10 |