Now repository can have apps and allowed to install them
This commit is contained in:
parent
d004e69e6b
commit
71c1312df9
4 changed files with 512 additions and 7 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue