forked from mholt/archiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (25 loc) · 777 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/mholt/archiver/v4
go 1.18
require (
github.com/andybalholm/brotli v1.0.4
github.com/dsnet/compress v0.0.1
github.com/klauspost/compress v1.15.9
github.com/klauspost/pgzip v1.2.5
github.com/nwaples/rardecode/v2 v2.0.0-beta.2
github.com/therootcompany/xz v1.0.1
github.com/ulikunitz/xz v0.5.10
)
require (
github.com/bodgit/sevenzip v1.3.0
github.com/golang/snappy v0.0.4
github.com/pierrec/lz4/v4 v4.1.15
golang.org/x/text v0.3.7
)
require (
github.com/bodgit/plumbing v1.2.0 // indirect
github.com/bodgit/windows v1.0.0 // indirect
github.com/connesc/cipherio v0.2.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
)