dialect/sql/schema: pass unit to atlas constructor (#4420)

This commit is contained in:
Ariel Mashraki
2025-07-31 11:10:01 +03:00
committed by GitHub
parent 9442826ba6
commit 175d96f7ec
8 changed files with 40 additions and 32 deletions

10
go.mod
View File

@@ -1,16 +1,18 @@
module entgo.io/ent
go 1.23
go 1.24
toolchain go1.24.0
require (
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9
ariga.io/atlas v0.36.2-0.20250730182955-2c6300d0a3e1
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-openapi/inflect v0.19.0
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/jessevdk/go-flags v1.5.0
github.com/json-iterator/go v1.1.12
github.com/mattn/go-sqlite3 v1.14.17
github.com/mattn/go-sqlite3 v1.14.28
github.com/mitchellh/mapstructure v1.5.0
github.com/modern-go/reflect2 v1.0.2
github.com/olekukonko/tablewriter v0.0.5
@@ -41,7 +43,7 @@ require (
github.com/stretchr/objx v0.5.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect