From 86206df58de206a548c7ff2203e8ad4a22bca59d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sat, 12 Jul 2014 23:55:54 +0400 Subject: [PATCH] Use flowcontrol library. #62 --- Gomfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gomfile b/Gomfile index 5bc5937c..32ee0470 100644 --- a/Gomfile +++ b/Gomfile @@ -9,6 +9,7 @@ gom 'github.com/mkrautz/goar', :commit => '36eb5f3452b1283a211fa35bc00c646fd0db5 gom 'github.com/syndtr/goleveldb/leveldb', :commit => '9888007' gom 'github.com/ugorji/go/codec', :commit => '71c2886f5a673a35f909803f38ece5810165097b' gom 'github.com/wsxiaoys/terminal/color', :commit => '5668e431776a7957528361f90ce828266c69ed08' +gom 'code.google.com/p/mxk/go1/flowcontrol', :commit => '5ff2502e2556' group :test do gom 'launchpad.net/gocheck'