From 2ade5b8a7fb44996959873a53d4c7989c4c111b5 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Thu, 3 Nov 2016 13:09:17 +0100 Subject: [PATCH] Updating leveldb fixing memory usage issue See fix for issue https://github.com/syndtr/goleveldb/issues/138 --- Gomfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomfile b/Gomfile index f5b55ed5..739013e5 100644 --- a/Gomfile +++ b/Gomfile @@ -20,7 +20,7 @@ gom 'github.com/smira/go-ftp-protocol/protocol', :commit => '066b75c2b70dca7ae10 gom 'github.com/smira/go-uuid/uuid', :commit => 'ed3ca8a15a931b141440a7e98e4f716eec255f7d' gom 'github.com/smira/lzma', :commit => '7f0af6269940baa2c938fabe73e0d7ba41205683' gom 'github.com/golang/snappy', :commit => '723cc1e459b8eea2dea4583200fd60757d40097a' -gom 'github.com/syndtr/goleveldb/leveldb', :commit => '917f41c560270110ceb73c5b38be2a9127387071' +gom 'github.com/syndtr/goleveldb/leveldb', :commit => '6b4daa5362b502898ddf367c5c11deb9e7a5c727' gom 'github.com/ugorji/go/codec', :commit => '71c2886f5a673a35f909803f38ece5810165097b' gom 'github.com/vaughan0/go-ini', :commit => 'a98ad7ee00ec53921f08832bc06ecf7fd600e6a1' gom 'github.com/wsxiaoys/terminal/color', :commit => '5668e431776a7957528361f90ce828266c69ed08'