use packages instead of pkgbases for output

This commit is contained in:
2025-03-23 15:58:29 +01:00
parent 6558a6b071
commit f0e02ba38f
3 changed files with 10 additions and 14 deletions

1
go.mod
View File

@@ -4,7 +4,6 @@ go 1.24
require (
github.com/Jguer/go-alpm/v2 v2.2.2
github.com/deckarep/golang-set/v2 v2.8.0
github.com/sirupsen/logrus v1.9.3
somegit.dev/ALHP/ALHP.GO v0.0.0-20250322224907-01404adad53a
)