1
0
forked from ALHP/ALHP.GO

fixed rebuilding of x86_64->any packages; updated deps

This commit is contained in:
2023-09-23 12:52:51 +02:00
parent fd8bf63e3e
commit 7c826d2d1e
7 changed files with 45 additions and 33 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module somegit.dev/ALHP/ALHP.GO
go 1.20
require (
entgo.io/ent v0.12.3
entgo.io/ent v0.12.4
github.com/Jguer/go-alpm/v2 v2.2.1
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
github.com/Morganamilo/go-srcinfo v1.0.0
@@ -18,7 +18,7 @@ require (
)
require (
ariga.io/atlas v0.14.0 // indirect
ariga.io/atlas v0.14.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
@@ -34,7 +34,7 @@ require (
github.com/jackc/pgtype v1.14.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect