Now repository can have apps and allowed to install them

This commit is contained in:
doesnm 2025-05-20 19:05:15 +00:00
parent d004e69e6b
commit 71c1312df9
4 changed files with 512 additions and 7 deletions

5
go.mod
View file

@ -3,3 +3,8 @@ module fdroidgo
go 1.24.2
require github.com/BurntSushi/toml v1.5.0
require (
github.com/avast/apkparser v0.0.0-20250423072857-abc1843ceb56 // indirect
github.com/klauspost/compress v1.18.0 // indirect
)