diff options
author | diman <diman@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
commit | 55160ef791e40ea123fd56456eeeaf648ef93fc0 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 | |
parent | c28427cd80883560911e042b727524e487fe90ba (diff) | |
download | ydb-55160ef791e40ea123fd56456eeeaf648ef93fc0.tar.gz |
Restoring authorship annotation for <diman@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/go/vendor.policy | 30 | ||||
-rw-r--r-- | contrib/libs/ya.make | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 4c3a20168d..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -483,9 +483,9 @@ ALLOW .* -> vendor/github.com/twmb/murmur3 # gopsutil: psutil for golang ALLOW .* -> vendor/github.com/shirou/gopsutil/v3 -# Go Imagick is a Go bind to ImageMagick's MagickWand C API -ALLOW .* -> vendor/gopkg.in/gographics/imagick.v2 - +# Go Imagick is a Go bind to ImageMagick's MagickWand C API +ALLOW .* -> vendor/gopkg.in/gographics/imagick.v2 + # fixed-size thread safe LRU cache ALLOW .* -> vendor/github.com/hashicorp/golang-lru @@ -628,9 +628,9 @@ ALLOW .* -> vendor/github.com/klauspost/compress/zstd # CONTRIB-1865 Decorated Syntax Tree for Go AST ALLOW .* -> vendor/github.com/dave/dst -# CONTRIB-1874 Parse and demux MPEG Transport Streams -ALLOW .* -> vendor/github.com/asticode/go-astits - +# CONTRIB-1874 Parse and demux MPEG Transport Streams +ALLOW .* -> vendor/github.com/asticode/go-astits + # CONTRIB-1896 Fast, portable, non-Turing complete expression evaluation with gradual typing ALLOW .* -> vendor/github.com/google/cel-go @@ -655,9 +655,9 @@ ALLOW .* -> vendor/github.com/peterh/liner # CONTRIB-1999 strongSwan vici client library ALLOW .* -> vendor/github.com/strongswan/govici/vici -# CONTRIB-2002 A Go implementation of RTP -ALLOW .* -> vendor/github.com/pion/rtp - +# CONTRIB-2002 A Go implementation of RTP +ALLOW .* -> vendor/github.com/pion/rtp + # CONTRIB-1959 Добавить casbin ALLOW .* -> vendor/github.com/casbin/casbin/v2 @@ -785,9 +785,9 @@ ALLOW .* -> vendor/github.com/ThalesIgnite/crypto11 # CONTRIB-2396: graphql client library ALLOW .* -> vendor/github.com/hasura/go-graphql-client -# CONTRIB-2301: RTSP 1.0 client and server library -ALLOW .* -> vendor/github.com/aler9/gortsplib - +# CONTRIB-2301: RTSP 1.0 client and server library +ALLOW .* -> vendor/github.com/aler9/gortsplib + # CONTRIB-2305: graph algorithms ALLOW .* -> vendor/github.com/yourbasic/graph @@ -814,9 +814,9 @@ ALLOW .* -> vendor/github.com/ydb-platform/ydb-go-sdk-opentracing ALLOW .* -> vendor/github.com/ydb-platform/ydb-go-sdk-opentracing/internal/cmd/bench ALLOW .* -> vendor/github.com/ydb-platform/ydb-go-yc-metadata -# CONTRIB-2099 -ALLOW .* -> vendor/github.com/haivision/srtgo - +# CONTRIB-2099 +ALLOW .* -> vendor/github.com/haivision/srtgo + # CONTRIB-2307 ALLOW .* -> vendor/github.com/airbusgeo/godal ALLOW .* -> vendor/github.com/airbusgeo/osio diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index dfa7f14bfd..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -310,7 +310,7 @@ RECURSE( spirv_headers spirv_tools sqlite3 - srt + srt stan stan-math stan/stan/command |