[feature] update mholt/archiver to v4
Opened this issue · 1 comments
zackbradys commented
Additional Context:
- update mholt/archiver to v4
- current version is v3.5.1 and has CVE-2024-0406
zackbradys commented
when updating go.mod
to github.com/mholt/archiver/v4 v4.0.0-alpha.8
...
zackbradys@Zacks-MacBook-Pro hauler % make install
rm -rf cmd/hauler/binaries
mkdir -p cmd/hauler/binaries
touch cmd/hauler/binaries/file
go mod tidy
go mod download
CGO_ENABLED=0 go install ./cmd/...
# hauler.dev/go/hauler/cmd/hauler/cli/store
cmd/hauler/cli/store/load.go:39:21: undefined: archiver.Unarchive
cmd/hauler/cli/store/save.go:32:16: undefined: archiver.NewTarZstd
make: *** [install] Error 1