diff options
author | zeripath <art27@cantab.net> | 2020-09-02 22:10:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 17:10:35 -0400 |
commit | 5fd9f72104aab3136133ec5b058bd67cb39cf314 (patch) | |
tree | ffdf73c3305fdcb9e3ed4430dc96910762cb0e78 /vendor/modules.txt | |
parent | ed81a95a84bf4da55c49b76a2708d0cc94be3ad6 (diff) | |
download | gitea-5fd9f72104aab3136133ec5b058bd67cb39cf314.tar.gz gitea-5fd9f72104aab3136133ec5b058bd67cb39cf314.zip |
When reading expired sessions - expire them (#12686)
* When reading expired sessions - expire them
Update to latest macaron/session following merge of
https://gitea.com/macaron/session/pulls/11
Also remove old memory provider as 11 updates the memory provider to
make it unnecessary.
Signed-off-by: Andrew Thornton <art27@cantab.net>
* and macaron/session/pulls/12
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index a8784e51c7..318768e77e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -36,7 +36,7 @@ gitea.com/macaron/inject # gitea.com/macaron/macaron v1.5.0 ## explicit gitea.com/macaron/macaron -# gitea.com/macaron/session v0.0.0-20191207215012-613cebf0674d +# gitea.com/macaron/session v0.0.0-20200902202411-e3a87877db6e ## explicit gitea.com/macaron/session gitea.com/macaron/session/couchbase |