mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
chore: upgrade atlas to latest version (#3932)
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,9 +1,11 @@
|
||||
module entgo.io/ent
|
||||
|
||||
go 1.20
|
||||
go 1.21
|
||||
|
||||
toolchain go1.21.6
|
||||
|
||||
require (
|
||||
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935
|
||||
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.0
|
||||
github.com/go-openapi/inflect v0.19.0
|
||||
github.com/google/uuid v1.3.0
|
||||
@@ -26,7 +28,7 @@ require (
|
||||
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/google/go-cmp v0.5.6 // indirect
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.9 // indirect
|
||||
@@ -38,6 +40,6 @@ require (
|
||||
github.com/zclconf/go-cty v1.8.0 // indirect
|
||||
golang.org/x/mod v0.10.0 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/text v0.8.0 // indirect
|
||||
golang.org/x/text v0.13.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user