diff options
| author | ooandreev <[email protected]> | 2022-02-10 16:51:24 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:24 +0300 |
| commit | 4fd5f8312abcb0585d8bdec5850b22e35f27e6ff (patch) | |
| tree | 1c4d0565bd339e8900cf394b996e9d1625ae4f44 | |
| parent | aa073d876713f94c92098446943d530684047f98 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
| -rw-r--r-- | build/rules/go/vendor.policy | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acadaa..71f16abff09 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -132,7 +132,7 @@ ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/sqs ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/kms ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/ec2 ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/route53 -ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/kinesis +ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/kinesis ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/sts # TOML parser/encoder with reflection @@ -646,9 +646,9 @@ ALLOW .* -> vendor/github.com/bradfitz/gomemcache # Yandex' hasql ALLOW .* -> vendor/golang.yandex/hasql -# CONTRIB-1974 Optimized Sha256 -ALLOW .* -> vendor/github.com/minio/sha256-simd - +# CONTRIB-1974 Optimized Sha256 +ALLOW .* -> vendor/github.com/minio/sha256-simd + # CONTRIB-1979 command line editor with history ALLOW .* -> vendor/github.com/peterh/liner @@ -791,9 +791,9 @@ ALLOW .* -> vendor/github.com/aler9/gortsplib # CONTRIB-2305: graph algorithms ALLOW .* -> vendor/github.com/yourbasic/graph -# CONTRIB-2328: histogram -ALLOW .* -> vendor/github.com/HdrHistogram/hdrhistogram-go - +# CONTRIB-2328: histogram +ALLOW .* -> vendor/github.com/HdrHistogram/hdrhistogram-go + # CONTRIB-2348: SDP implementation ALLOW .* -> vendor/github.com/pion/sdp/v3 |
