1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

reader/fetcher: add brotli content encoding support

This commit is contained in:
Frédéric Guillot 2024-04-18 21:44:55 -07:00
parent 647c66e70a
commit 771f9d2b5f
5 changed files with 80 additions and 2 deletions

1
go.mod
View file

@ -27,6 +27,7 @@ require (
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect