ALHP.GO/go.mod

42 lines
1.5 KiB
Modula-2
Raw Normal View History

module somegit.dev/ALHP/ALHP.GO
2021-06-10 21:32:11 +02:00
go 1.20
2021-06-10 21:32:11 +02:00
require (
2023-05-07 15:12:35 +02:00
entgo.io/ent v0.12.3
2023-07-11 03:44:59 +02:00
github.com/Jguer/go-alpm/v2 v2.2.1
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
2021-06-10 21:32:11 +02:00
github.com/Morganamilo/go-srcinfo v1.0.0
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
2022-02-19 18:03:55 +01:00
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.18.1
github.com/otiai10/copy v1.12.0
2022-12-22 19:52:26 +01:00
github.com/sethvargo/go-retry v0.2.4
2023-06-05 18:00:53 +02:00
github.com/sirupsen/logrus v1.9.3
2022-02-13 21:48:43 +01:00
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
gopkg.in/yaml.v2 v2.4.0
)
require (
2023-06-05 18:00:53 +02:00
ariga.io/atlas v0.12.0 // indirect
2022-02-10 19:20:40 +01:00
github.com/agext/levenshtein v1.2.3 // indirect
2022-02-13 21:48:43 +01:00
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
2022-02-13 21:48:43 +01:00
github.com/go-openapi/inflect v0.19.0 // indirect
2022-10-28 17:52:15 +02:00
github.com/google/go-cmp v0.5.9 // indirect
2023-06-05 18:00:53 +02:00
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
2022-02-13 21:48:43 +01:00
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.0 // indirect
2022-02-13 21:48:43 +01:00
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
2023-01-16 11:33:55 +01:00
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
2022-02-10 19:20:40 +01:00
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
2023-07-11 03:44:59 +02:00
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
2021-06-10 21:32:11 +02:00
)