0
0
Fork 0

add cuckoofilter and gofarmhash to manifest

This commit is contained in:
Marty Schoch 2016-09-12 14:34:07 -04:00
parent 23755049e8
commit 0574ba4979
1 changed files with 16 additions and 0 deletions

16
vendor/manifest vendored
View File

@ -50,6 +50,14 @@
"branch": "master",
"notests": true
},
{
"importpath": "github.com/leemcloughlin/gofarmhash",
"repository": "https://github.com/leemcloughlin/gofarmhash",
"vcs": "git",
"revision": "b3cc1466b93e9c540eda444faaeba9876682c61b",
"branch": "master",
"notests": true
},
{
"importpath": "github.com/rcrowley/go-metrics",
"repository": "https://github.com/rcrowley/go-metrics",
@ -58,6 +66,14 @@
"branch": "master",
"notests": true
},
{
"importpath": "github.com/seiflotfy/cuckoofilter",
"repository": "https://github.com/seiflotfy/cuckoofilter",
"vcs": "git",
"revision": "d04838794ab86926d32b124345777e55e6f43974",
"branch": "master",
"notests": true
},
{
"importpath": "github.com/steveyen/gtreap",
"repository": "https://github.com/steveyen/gtreap",