diff options
author | efmv <efmv@yandex-team.ru> | 2022-02-10 16:48:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:52 +0300 |
commit | 6434847a84ac6be7db1906374621b7ce2b1330ff (patch) | |
tree | 37e011f039a79aebf711e7468b6f3faf0f9c431b /build/rules | |
parent | 02d9f685513d70da2738e10a8ddb151eb356c185 (diff) | |
download | ydb-6434847a84ac6be7db1906374621b7ce2b1330ff.tar.gz |
Restoring authorship annotation for <efmv@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/go/vendor.policy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..6d566b9119 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -764,9 +764,9 @@ ALLOW .* -> vendor/github.com/segmentio/kafka-go # CONTRIB-2240 utilities for efficiently performing Win32 IO operations in Go. ALLOW .* -> vendor/github.com/Microsoft/go-winio -# CONTRIB-2241 -ALLOW .* -> vendor/github.com/aymerick/raymond - +# CONTRIB-2241 +ALLOW .* -> vendor/github.com/aymerick/raymond + # CONTRIB-2176 ALLOW .* -> vendor/github.com/masterzen/winrm |