Files
postmarketos-mkinitfs/go.mod
Clayton Craft 52fc741ba8 archive: support using zstd (MR 25)
This external module was chosen because it's a native Go implementation
of zstd, and not a wrapper around some external utility or some CGO
thing.
2023-02-24 09:21:23 -08:00

10 lines
237 B
Modula-2

module gitlab.com/postmarketOS/postmarketos-mkinitfs
go 1.16
require (
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/klauspost/compress v1.15.12
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)