switch to packaged lzma package

This commit is contained in:
aviau
2018-06-22 11:58:10 -04:00
parent 9000446663
commit 7dfc12d138
19 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -199,9 +199,9 @@
[[projects]]
branch = "master"
name = "github.com/smira/lzma"
name = "github.com/kjk/lzma"
packages = ["."]
revision = "7f0af6269940baa2c938fabe73e0d7ba41205683"
revision = "3fd93898850d5252457e48c1b3d5e1510597280b"
[[projects]]
branch = "master"
+1 -1
View File
@@ -15,8 +15,8 @@ import (
"github.com/pkg/errors"
"github.com/aptly-dev/aptly/pgp"
"github.com/kjk/lzma"
"github.com/smira/go-xz"
"github.com/smira/lzma"
)
// Source kinds
@@ -6,7 +6,7 @@ package main
import (
//"compress/lzma"
"github.com/smira/lzma"
"github.com/kjk/lzma"
"flag"
"fmt"
"io"