You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.1 KiB
Modula-2
60 lines
2.1 KiB
Modula-2
module t
|
|
|
|
// +heroku goVersion go1.17
|
|
go 1.17
|
|
|
|
require (
|
|
entgo.io/ent v0.10.0
|
|
github.com/go-chi/chi/v5 v5.0.4
|
|
github.com/jackc/pgx/v4 v4.15.0
|
|
github.com/lib/pq v1.10.4
|
|
github.com/mailru/easyjson v0.7.7
|
|
go.uber.org/zap v1.21.0
|
|
)
|
|
|
|
require (
|
|
entgo.io/contrib v0.2.1-0.20220210075301-2b75bf138815 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/ariga/ogent v0.0.0-20220224071349-f1dbffa2e32a // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-logr/logr v1.2.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.10.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kyokomi/lottery v1.2.0 // indirect
|
|
github.com/segmentio/asm v1.1.3 // indirect
|
|
github.com/uniplaces/carbon v0.1.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.3.5 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/go-faster/errors v0.5.0
|
|
github.com/go-faster/jx v0.32.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/hcl/v2 v2.11.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/ogen-go/ogen v0.19.0
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/zclconf/go-cty v1.10.0 // indirect
|
|
go.opentelemetry.io/otel v1.4.1
|
|
go.opentelemetry.io/otel/metric v0.27.0
|
|
go.opentelemetry.io/otel/trace v1.4.1
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c // indirect
|
|
)
|