32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module code.osinet.fr/fgm/go__ent_demo
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
entgo.io/contrib v0.2.0
|
|
entgo.io/ent v0.10.1
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.3.7-0.20220303204946-787354f533c3 // indirect
|
|
github.com/99designs/gqlgen v0.14.0 // indirect
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
github.com/agnivade/levenshtein v1.1.0 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/graphql-go/graphql v0.7.10-0.20210411022516-8a92e977c10b // indirect
|
|
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.2.0 // indirect
|
|
github.com/zclconf/go-cty v1.8.0 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.9-0.20211216111533-8d383106f7e7 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|