Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 275fd2e

Browse files
authored
chore(go.mod): Switch to upstream lzip package (#422)
This reverts commit a902fcc.
1 parent a902fcc commit 275fd2e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ require (
1818
github.com/STARRY-S/zip v0.1.0
1919
github.com/bodgit/sevenzip v1.5.1
2020
github.com/golang/snappy v0.0.4
21-
github.com/mholt/lzip-go v0.3.6
2221
github.com/pierrec/lz4/v4 v4.1.21
22+
github.com/sorairolake/lzip-go v0.3.5
2323
golang.org/x/text v0.16.0
2424
)
2525

@@ -29,6 +29,5 @@ require (
2929
github.com/hashicorp/errwrap v1.1.0 // indirect
3030
github.com/hashicorp/go-multierror v1.1.1 // indirect
3131
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
32-
github.com/sorairolake/lzip-go v0.3.5 // indirect
3332
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
3433
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQ
9292
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
9393
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
9494
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
95-
github.com/mholt/lzip-go v0.3.6 h1:M32wuPUoU7OWXMFukNnK/OZRXdPQyZsdn9ls/Gqivts=
96-
github.com/mholt/lzip-go v0.3.6/go.mod h1:E5mRuN06hLueqwJepeuv1xf2X5GnW9xd+Qs+JJBDGBM=
9795
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 h1:e3mzJFJs4k83GXBEiTaQ5HgSc/kOK8q0rDaRO0MPaOk=
9896
github.com/nwaples/rardecode/v2 v2.0.0-beta.2/go.mod h1:yntwv/HfMc/Hbvtq9I19D1n58te3h6KsqCf3GxyfBGY=
9997
github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=

lzip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"path/filepath"
77
"strings"
88

9-
"github.com/mholt/lzip-go"
9+
"github.com/sorairolake/lzip-go"
1010
)
1111

1212
func init() {

0 commit comments

Comments
 (0)