This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ require (
18
18
github.com/STARRY-S/zip v0.1.0
19
19
github.com/bodgit/sevenzip v1.5.1
20
20
github.com/golang/snappy v0.0.4
21
- github.com/mholt/lzip-go v0.3.6
22
21
github.com/pierrec/lz4/v4 v4.1.21
22
+ github.com/sorairolake/lzip-go v0.3.5
23
23
golang.org/x/text v0.16.0
24
24
)
25
25
@@ -29,6 +29,5 @@ require (
29
29
github.com/hashicorp/errwrap v1.1.0 // indirect
30
30
github.com/hashicorp/go-multierror v1.1.1 // indirect
31
31
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
32
- github.com/sorairolake/lzip-go v0.3.5 // indirect
33
32
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
34
33
)
Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQ
92
92
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
93
93
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
94
94
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 =
97
95
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 h1:e3mzJFJs4k83GXBEiTaQ5HgSc/kOK8q0rDaRO0MPaOk =
98
96
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 /go.mod h1:yntwv/HfMc/Hbvtq9I19D1n58te3h6KsqCf3GxyfBGY =
99
97
github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ =
Original file line number Diff line number Diff line change 6
6
"path/filepath"
7
7
"strings"
8
8
9
- "github.com/mholt /lzip-go"
9
+ "github.com/sorairolake /lzip-go"
10
10
)
11
11
12
12
func init () {
You can’t perform that action at this time.
0 commit comments