diff options
Diffstat (limited to 'vendor/gitea.com/lunny/levelqueue/go.mod')
-rw-r--r-- | vendor/gitea.com/lunny/levelqueue/go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/gitea.com/lunny/levelqueue/go.mod b/vendor/gitea.com/lunny/levelqueue/go.mod index 8b3e56518f..00509b77df 100644 --- a/vendor/gitea.com/lunny/levelqueue/go.mod +++ b/vendor/gitea.com/lunny/levelqueue/go.mod @@ -1,8 +1,9 @@ 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 v0.0.0-20190203031304-2f17a3356c66 + github.com/syndtr/goleveldb v1.0.0 ) go 1.13 |