summaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/lunny/levelqueue/go.mod
blob: 8b3e56518ff5fb9ce49d02b72b3ed0b6dc73edd8 (plain)
1
2
3
4
5
6
7
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