2023-03-14 00:39:15 +01:00
|
|
|
module somegit.dev/ALHP/ALHP.GO
|
2021-06-10 21:32:11 +02:00
|
|
|
|
2023-03-14 00:39:15 +01:00
|
|
|
go 1.20
|
2021-06-10 21:32:11 +02:00
|
|
|
|
|
|
|
require (
|
2023-09-23 12:52:51 +02:00
|
|
|
entgo.io/ent v0.12.4
|
2023-07-11 03:44:59 +02:00
|
|
|
github.com/Jguer/go-alpm/v2 v2.2.1
|
2021-07-27 02:43:30 +02:00
|
|
|
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
|
2023-03-14 00:39:15 +01:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
2023-11-01 11:34:52 +01:00
|
|
|
github.com/google/uuid v1.4.0
|
2023-03-14 00:39:15 +01:00
|
|
|
github.com/jackc/pgx/v4 v4.18.1
|
2023-10-13 19:40:45 +02:00
|
|
|
github.com/otiai10/copy v1.14.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
|
2023-10-13 19:40:45 +02:00
|
|
|
github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117
|
2022-02-13 21:48:43 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-11-01 11:34:52 +01:00
|
|
|
ariga.io/atlas v0.15.0 // indirect
|
2022-02-10 19:20:40 +01:00
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
2023-09-04 18:26:05 +02:00
|
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
2021-06-12 17:57:32 +02:00
|
|
|
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
|
2023-10-13 19:40:45 +02:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2023-11-01 11:34:52 +01:00
|
|
|
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
|
2022-02-13 21:48:43 +01:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
2023-07-29 22:34:01 +02:00
|
|
|
github.com/jackc/pgconn v1.14.1 // 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
|
2023-03-14 00:39:15 +01:00
|
|
|
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
|
2023-03-14 00:39:15 +01:00
|
|
|
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
|
2023-10-13 19:40:45 +02:00
|
|
|
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
|
2023-09-04 18:26:05 +02:00
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2021-06-10 21:32:11 +02:00
|
|
|
)
|