mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module entgo.io/ent/examples
|
|
|
|
go 1.20
|
|
|
|
replace entgo.io/ent => ../
|
|
|
|
require (
|
|
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6
|
|
entgo.io/ent v0.0.0-00010101000000-000000000000
|
|
github.com/google/uuid v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
gocloud.dev v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/zclconf/go-cty v1.8.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/crypto v0.3.0 // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/net v0.6.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/api v0.103.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|