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.
This commit is contained in:
Clayton Craft
2022-11-17 16:36:45 -08:00
parent 31b7eb34ee
commit 52fc741ba8
3 changed files with 10 additions and 0 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ 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
)