mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-26 05:19:44 +09:00
10 lines
173 B
AMPL
10 lines
173 B
AMPL
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
|