diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2020-05-04 03:51:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 07:51:09 +0100 |
commit | 64029e1468d1c004262088ac7423fac0ba1124b7 (patch) | |
tree | b754c01388c197258fa989fb2a7f23574ad16152 /go.mod | |
parent | b7c82cd1a9ce4f863034a3a59312ff9402a8f72c (diff) | |
download | gitea-64029e1468d1c004262088ac7423fac0ba1124b7.tar.gz gitea-64029e1468d1c004262088ac7423fac0ba1124b7.zip |
Update lunny/levelqueue to 0.3.0 (#11285)
Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.14 require ( cloud.google.com/go v0.45.0 // indirect gitea.com/jolheiser/gitea-vet v0.1.0 - gitea.com/lunny/levelqueue v0.2.0 + gitea.com/lunny/levelqueue v0.3.0 gitea.com/macaron/binding v0.0.0-20190822013154-a5f53841ed2b gitea.com/macaron/cache v0.0.0-20190822004001-a6e7fee4ee76 gitea.com/macaron/captcha v0.0.0-20190822015246-daa973478bae |