levelqueue/go.mod
Andrew Thornton f6c21fd332
All checks were successful
continuous-integration/drone/push Build is passing
Update with go get -u (#3)
Merge branch 'master' into update-deps

Update with go get -u

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: #3
2020-05-04 03:01:34 +00:00

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