1
0
forked from ALHP/ALHP.GO

inital commit

This commit is contained in:
2021-06-10 21:32:11 +02:00
commit 74fbc99439
6 changed files with 917 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module ALHP.go
go 1.16
require (
github.com/Jguer/go-alpm/v2 v2.0.5
github.com/Morganamilo/go-srcinfo v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/yargevad/filepathx v1.0.0
gopkg.in/yaml.v2 v2.4.0
)