From cb6b18acfe6d927c7d96859764bb5a873e8a765a Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 8 Oct 2014 16:15:12 +0400 Subject: [PATCH] Add missing dependency to github.com/jlaffaye/ftp. --- Gomfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gomfile b/Gomfile index 5891b249..02a674ac 100644 --- a/Gomfile +++ b/Gomfile @@ -5,6 +5,7 @@ gom 'code.google.com/p/mxk/go1/flowcontrol', :commit => '5ff2502e2556' gom 'code.google.com/p/snappy-go/snappy', :commit => '12e4b4183793' gom 'github.com/cheggaaa/pb', :commit => '74be7a1388046f374ac36e93d46f5d56e856f827' gom 'github.com/gin-gonic/gin', :commit => '0808f8a824cfb9aef6ea4fd664af238544b66fc1' +gom 'github.com/jlaffaye/ftp', :commit => 'fec71e62e457557fbe85cefc847a048d57815d76' gom 'github.com/julienschmidt/httprouter', :commit => '46807412fe50aaceb73bb57061c2230fd26a1640' gom 'github.com/mattn/go-shellwords', :commit => 'c7ca6f94add751566a61cf2199e1de78d4c3eee4' gom 'github.com/mitchellh/goamz/s3', :commit => 'e7664b32019f31fd1bdf33f9e85f28722f700405'