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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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