diff options
author | v01d <v01d@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
commit | 5c6482e8c13dfaad60e604f0474606a0ec153b1d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules | |
parent | fa8b0420162dd36d4f569fdc3f63da0bef8bb8c7 (diff) | |
download | ydb-5c6482e8c13dfaad60e604f0474606a0ec153b1d.tar.gz |
Restoring authorship annotation for <v01d@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/go/vendor.policy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index f04332ba11..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -254,8 +254,8 @@ ALLOW .* -> vendor/github.com/jackc/pgconn ALLOW .* -> vendor/github.com/jackc/pgtype ALLOW .* -> vendor/github.com/jackc/pgerrcode ALLOW .* -> vendor/github.com/jackc/pgproto3/v2 -ALLOW .* -> vendor/github.com/jackc/pgio -ALLOW .* -> vendor/github.com/jackc/pglogrepl +ALLOW .* -> vendor/github.com/jackc/pgio +ALLOW .* -> vendor/github.com/jackc/pglogrepl # database/sql wrapper with a lot of helper functions ALLOW .* -> vendor/github.com/jmoiron/sqlx |