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

go 1.13