chore: upgrade atlas to latest version (#3932)

This commit is contained in:
Giau. Tran Minh
2024-02-04 08:46:54 +07:00
committed by GitHub
parent 1bcb2fa9cc
commit 548edd248a
7 changed files with 43 additions and 31 deletions

10
go.mod
View File

@@ -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
)