Replace gzip with zstd compression

Use zstd with SpeedBestCompression level for better compression
ratios. Remove gzip support entirely. Include generated protobuf
file to allow building without protoc.
This commit is contained in:
2025-12-17 14:49:30 -08:00
parent 150bac82cf
commit 21028af9aa
8 changed files with 662 additions and 17 deletions

3
go.mod
View File

@@ -1,10 +1,11 @@
module sneak.berlin/go/mfer
go 1.17
go 1.23
require (
github.com/apex/log v1.9.0
github.com/davecgh/go-spew v1.1.1
github.com/klauspost/compress v1.18.2
github.com/multiformats/go-multihash v0.2.3
github.com/pterm/pterm v0.12.35
github.com/spf13/afero v1.8.0