You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
395 B
15 lines
395 B
module github.com/mholt/archiver/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.0
|
|
github.com/dsnet/compress v0.0.1
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/klauspost/compress v1.10.10
|
|
github.com/klauspost/pgzip v1.2.4
|
|
github.com/nwaples/rardecode v1.1.0
|
|
github.com/pierrec/lz4/v4 v4.0.3
|
|
github.com/ulikunitz/xz v0.5.7
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
|
|
)
|
|
|