archive: support using lz4 legacy (MR 36)

fixes: https://gitlab.com/postmarketOS/postmarketos-mkinitfs/-/issues/27
This commit is contained in:
Gabriel Marcano
2023-04-09 23:29:49 -07:00
committed by Clayton Craft
parent 0054fde90d
commit a15c02f3aa
4 changed files with 29 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.20
require (
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/klauspost/compress v1.15.12
github.com/pierrec/lz4/v4 v4.1.17
github.com/ulikunitz/xz v0.5.10
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)