1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Update lunny/levelqueue to 0.3.0 (#11285)

Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
This commit is contained in:
guillep2k
2020-05-04 03:51:09 -03:00
committed by GitHub
parent b7c82cd1a9
commit 64029e1468
8 changed files with 34 additions and 9 deletions

View File

@@ -1,8 +1,9 @@
module gitea.com/lunny/levelqueue
require (
github.com/golang/snappy v0.0.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66
github.com/syndtr/goleveldb v1.0.0
)
go 1.13