From d90f8dba7f1ecee0bfa6572baca8c0a7973196d8 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 6 Apr 2014 16:01:19 +0400 Subject: [PATCH] Update goleveldb with my pull request merged. #25 --- Gomfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomfile b/Gomfile index 037c3a54..d1cf7773 100644 --- a/Gomfile +++ b/Gomfile @@ -6,7 +6,7 @@ gom 'github.com/cheggaaa/pb', :commit => '74be7a1388046f374ac36e93d46f5d56e856f8 gom 'github.com/smira/commander' gom 'github.com/smira/flag' gom 'github.com/mkrautz/goar', :commit => '36eb5f3452b1283a211fa35bc00c646fd0db5c4b' -gom 'github.com/syndtr/goleveldb/leveldb', :commit => '527a7b286bd095794af6c519627b7ed3d8fd067a' +gom 'github.com/syndtr/goleveldb/leveldb', :commit => 'ecebed6ca7730d7af75215440c7f6689c71a8819' gom 'github.com/ugorji/go/codec', :commit => '71c2886f5a673a35f909803f38ece5810165097b' gom 'github.com/wsxiaoys/terminal/color', :commit => '5668e431776a7957528361f90ce828266c69ed08'