Merge pull request #754 from aviau/lzma

switch to packaged lzma package
This commit is contained in:
Andrey Smirnov
2018-06-23 00:58:50 +03:00
committed by GitHub
19 changed files with 4 additions and 4 deletions

4
Gopkg.lock generated
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"

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

View File

@@ -6,7 +6,7 @@ package main
import (
//"compress/lzma"
"github.com/smira/lzma"
"github.com/kjk/lzma"
"flag"
"fmt"
"io"