aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-09-02 22:10:35 +0100
committerGitHub <noreply@github.com>2020-09-02 17:10:35 -0400
commit5fd9f72104aab3136133ec5b058bd67cb39cf314 (patch)
treeffdf73c3305fdcb9e3ed4430dc96910762cb0e78 /go.mod
parented81a95a84bf4da55c49b76a2708d0cc94be3ad6 (diff)
downloadgitea-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 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9c03c2470d..6424718fe0 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
gitea.com/macaron/i18n v0.0.0-20190822004228-474e714e2223
gitea.com/macaron/inject v0.0.0-20190805023432-d4c86e31027a
gitea.com/macaron/macaron v1.5.0
- gitea.com/macaron/session v0.0.0-20191207215012-613cebf0674d
+ gitea.com/macaron/session v0.0.0-20200902202411-e3a87877db6e
gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7
github.com/BurntSushi/toml v0.3.1
github.com/PuerkitoBio/goquery v1.5.1