summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2022-07-29 12:41:13 +0100
committerGitHub <noreply@github.com>2022-07-29 13:41:13 +0200
commit7fe77f0167b264c7a8bcfab05385594b6c8141c8 (patch)
tree9c13f80f98b0f08afc3368a897f08a4f25916279 /go.mod
parentc5bdea9bbcc995591c5ed011c1756a934ddb3505 (diff)
downloadgitea-7fe77f0167b264c7a8bcfab05385594b6c8141c8.tar.gz
gitea-7fe77f0167b264c7a8bcfab05385594b6c8141c8.zip
Update lunny/levelqueue to prevent NPE when reads are performed after close (#20534)
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 78495cc6a2..6d41af507d 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
gitea.com/go-chi/cache v0.2.0
gitea.com/go-chi/captcha v0.0.0-20211013065431-70641c1a35d5
gitea.com/go-chi/session v0.0.0-20211218221615-e3605d8b28b8
- gitea.com/lunny/levelqueue v0.4.1
+ gitea.com/lunny/levelqueue v0.4.2-0.20220729054728-f020868cc2f7
github.com/42wim/sshsig v0.0.0-20211121163825-841cf5bbc121
github.com/NYTimes/gziphandler v1.1.1
github.com/PuerkitoBio/goquery v1.8.0