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 | 3f98686bade7c813e32b0740bae7c22bd42db9ca (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | dc904881565879f077aeca5b6b4e4cb81efbfd4a (diff) | |
download | ydb-3f98686bade7c813e32b0740bae7c22bd42db9ca.tar.gz |
Restoring authorship annotation for <amosov-f@yandex-team.ru>. Commit 2 of 2.
-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 66fd193743..3e9c0acada 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 |