upgrade levelqueue to 0.1.0 (#9192) (#9199)

This commit is contained in:
Lunny Xiao
2019-11-29 00:40:49 +08:00
committed by Antoine GIRARD
parent c4e52d232e
commit 38664d7f39
14 changed files with 142 additions and 40 deletions

8
vendor/gitea.com/lunny/levelqueue/go.mod generated vendored Normal file
View File

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