aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorzhshishkin <zhshishkin@yandex-team.ru>2022-02-10 16:47:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:46 +0300
commit79c237341aa1ecfb6731e89bfe4bf65c3bb5179e (patch)
tree6fe4848dd5c859ca12bbc73dbefafa00bd1163b3 /build
parentb609303efcd1218868ca0eca806ea3cea2e01a8b (diff)
downloadydb-79c237341aa1ecfb6731e89bfe4bf65c3bb5179e.tar.gz
Restoring authorship annotation for <zhshishkin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r--build/rules/go/vendor.policy6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy
index 3e9c0acada..f4f516cd04 100644
--- a/build/rules/go/vendor.policy
+++ b/build/rules/go/vendor.policy
@@ -728,9 +728,9 @@ ALLOW .* -> vendor/github.com/go-redsync/redsync/v4
ALLOW library/go/core/log/compat/logrus -> vendor/github.com/sirupsen/logrus
-# CONTRIB-2127
-ALLOW .* -> vendor/github.com/hashicorp/terraform-plugin-sdk/v2
-
+# CONTRIB-2127
+ALLOW .* -> vendor/github.com/hashicorp/terraform-plugin-sdk/v2
+
# CONTRIB-2139 library for building GraphQL servers without any fuss.
ALLOW .* -> vendor/github.com/99designs/gqlgen
ALLOW .* -> vendor/github.com/vektah/gqlparser/v2