Use external binary 'xz' implementation. #142

This commit is contained in:
Andrey Smirnov
2015-04-14 23:16:16 +03:00
parent bcf8074f31
commit 1bec1e4dc4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"