mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00

* chore: replace nanmu/gzip by CAFxX/httpcompression for compression Instead of using nanmu42/gzip which imports the whole gin framework, we replace it with CAFxX/httpcompression which is more lightweight. Fixes #2697 * Run go mod tidy --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com>