diff options
author | rmcf <rmcf@yandex-team.ru> | 2022-02-10 16:51:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:02 +0300 |
commit | 1f6a6eecc76bc32831570c7c438dc43e229b09aa (patch) | |
tree | 77620f70e620e13543e994119453235e2c498002 /build/rules | |
parent | 459ffdc863dea09f4686b9c427f49ad2c04fddc3 (diff) | |
download | ydb-1f6a6eecc76bc32831570c7c438dc43e229b09aa.tar.gz |
Restoring authorship annotation for <rmcf@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..304203374f 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -548,9 +548,9 @@ ALLOW .* -> vendor/google.golang.org/api/option # CONTRIB-1899 Firebase Remote Config client library ALLOW .* -> vendor/google.golang.org/api/firebaseremoteconfig/v1 -# CONTRIB-1497 Go package to encode and decode ITU-T G.711 sound data -ALLOW .* -> vendor/github.com/zaf/g711 - +# CONTRIB-1497 Go package to encode and decode ITU-T G.711 sound data +ALLOW .* -> vendor/github.com/zaf/g711 + # CONTRIB-1505 The exponential backoff algorithm & retry library ALLOW .* -> vendor/github.com/cenkalti/backoff/v4 |