1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/vendor/gitea.com/lunny/levelqueue/go.mod

9 lines
156 B
Modula-2
Raw Normal View History

2019-11-28 10:37:33 -05:00
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