diff options
| author | vlbel <[email protected]> | 2022-02-10 16:51:24 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:24 +0300 |
| commit | db722ede7331c762ced20be65d014b6c8bdb61d1 (patch) | |
| tree | 676d72b4805f09235629ec1ab21996c8ea60c0c2 | |
| parent | 90a1bc32665057ccd418ba31c959b5a6d44b7067 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
| -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 3e9c0acadaa..859dc048c99 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -214,9 +214,9 @@ ALLOW .* -> vendor/github.com/gofrs/uuid # websocket protocol ALLOW .* -> vendor/github.com/gorilla/websocket -# http sessions with cookie and filesystem session storage -ALLOW .* -> vendor/github.com/gorilla/sessions - +# http sessions with cookie and filesystem session storage +ALLOW .* -> vendor/github.com/gorilla/sessions + # Package gorilla/schema fills a struct with form values ALLOW .* -> vendor/github.com/gorilla/schema |
