42 lines
1.5 KiB
Modula-2
42 lines
1.5 KiB
Modula-2
module alhp-web
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
entgo.io/ent v0.12.5
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/go-chi/render v1.0.3
|
|
github.com/jackc/pgx/v4 v4.18.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
somegit.dev/ALHP/ALHP.GO v0.0.0-20231213022356-16fcf0117d68
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.15.0 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.1 // indirect
|
|
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
|
|
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
|
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.16.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|