updated deps; regen ent

This commit is contained in:
2023-11-20 16:18:03 +01:00
parent 552382cc00
commit 0c6a96db21
5 changed files with 44 additions and 23 deletions

12
go.mod
View File

@@ -3,7 +3,7 @@ module somegit.dev/ALHP/ALHP.GO
go 1.20
require (
entgo.io/ent v0.12.4
entgo.io/ent v0.12.5
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
@@ -34,9 +34,9 @@ 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.1 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)