mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
39 lines
1.3 KiB
Modula-2
39 lines
1.3 KiB
Modula-2
module entgo.io/ent/entc/integration
|
|
|
|
go 1.23
|
|
|
|
replace entgo.io/ent => ../../
|
|
|
|
require (
|
|
ariga.io/atlas v0.27.1-0.20240912191503-92195304dbe1
|
|
ariga.io/atlas-go-sdk v0.4.0
|
|
entgo.io/ent v0.0.0-00010101000000-000000000000
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/sync v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
github.com/zclconf/go-cty v1.14.4 // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|