Add support for RAR archive preview

This commit is contained in:
Kovid Goyal
2025-11-27 09:33:15 +05:30
parent 37eead581b
commit 5f90102413
4 changed files with 18 additions and 2 deletions

1
go.mod
View File

@@ -17,6 +17,7 @@ require (
github.com/kovidgoyal/go-parallel v1.1.1
github.com/kovidgoyal/go-shm v1.0.0
github.com/kovidgoyal/imaging v1.8.17
github.com/nwaples/rardecode/v2 v2.2.1
github.com/seancfoley/ipaddress-go v1.7.1
github.com/shirou/gopsutil/v4 v4.25.10
github.com/ulikunitz/xz v0.5.15