1
0
forked from ALHP/ALHP.GO

updated deps

This commit is contained in:
2023-07-11 03:44:59 +02:00
parent 5f00b4e001
commit 569016b459
2 changed files with 16 additions and 16 deletions

10
go.mod
View File

@@ -4,7 +4,7 @@ go 1.20
require (
entgo.io/ent v0.12.3
github.com/Jguer/go-alpm/v2 v2.2.0
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
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
@@ -34,8 +34,8 @@ require (
github.com/jackc/pgtype v1.14.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
)