From 1bec1e4dc4f1702f150b0975dffc27e40789c8cf Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 14 Apr 2015 23:16:16 +0300 Subject: [PATCH] Use external binary 'xz' implementation. #142 --- Gomfile | 2 +- deb/deb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gomfile b/Gomfile index 6de98ab3..86647607 100644 --- a/Gomfile +++ b/Gomfile @@ -10,7 +10,7 @@ gom 'github.com/mitchellh/goamz/s3', :commit => 'e7664b32019f31fd1bdf33f9e85f287 gom 'github.com/mkrautz/goar', :commit => '36eb5f3452b1283a211fa35bc00c646fd0db5c4b' gom 'github.com/mxk/go-flowrate/flowrate', :commit => 'cca7078d478f8520f85629ad7c68962d31ed7682' gom 'github.com/ncw/swift', :commit => '384ef27c70645e285f8bb9d02276bf654d06027e' -gom 'github.com/remyoudompheng/go-liblzma', :commit => 'e592d11004fad5273ee038602d775382a6dffeec' +gom 'github.com/smira/go-xz', :commit => '0c531f070014e218b21f3cfca801cc992d52726d' gom 'github.com/smira/commander', :commit => 'f408b00e68d5d6e21b9f18bd310978dafc604e47' gom 'github.com/smira/flag', :commit => '357ed3e599ffcbd4aeaa828e1d10da2df3ea5107' gom 'github.com/smira/go-ftp-protocol/protocol', :commit => '066b75c2b70dca7ae10b1b88b47534a3c31ccfaa' diff --git a/deb/deb.go b/deb/deb.go index f452cb50..3dcab22e 100644 --- a/deb/deb.go +++ b/deb/deb.go @@ -6,8 +6,8 @@ import ( "compress/gzip" "fmt" "github.com/mkrautz/goar" - "github.com/remyoudompheng/go-liblzma" "github.com/smira/aptly/utils" + "github.com/smira/go-xz" "github.com/smira/lzma" "io" "os"