mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
64029e1468
Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
10 lines
173 B
Modula-2
10 lines
173 B
Modula-2
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
|