0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-18 07:09:42 +02:00
gitea/vendor/gitea.com/lunny/levelqueue/go.mod

10 lines
173 B
Modula-2
Raw Normal View History

2019-11-28 16:37:33 +01:00
module gitea.com/lunny/levelqueue
require (
github.com/golang/snappy v0.0.1 // indirect
2019-11-28 16:37:33 +01:00
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v1.0.0
2019-11-28 16:37:33 +01:00
)
go 1.13