go: update ariga.io/atlas to latest version (#3751)

This commit is contained in:
Ariel Mashraki
2023-09-18 10:30:25 +03:00
committed by GitHub
parent f822c5187f
commit 797534a0d1
6 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ go 1.20
replace entgo.io/ent => ../../ replace entgo.io/ent => ../../
require ( require (
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6 ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935
entgo.io/ent v0.12.2-0.20230420123650-f6de6bb2e04c entgo.io/ent v0.12.2-0.20230420123650-f6de6bb2e04c
github.com/go-sql-driver/mysql v1.7.0 github.com/go-sql-driver/mysql v1.7.0
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0

View File

@@ -1,5 +1,5 @@
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6 h1:mkLR3D46dXim5yLau65ufzAxcTU0lr08kaKfYlfXWQA= ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 h1:JnYs/y8RJ3+MiIUp+3RgyyeO48VHLAZimqiaZYnMKk8=
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935/go.mod h1:isZrlzJ5cpoCoKFoY9knZug7Lq4pP1cm8g3XciLZ0Pw=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
github.com/agext/levenshtein v1.2.1 h1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8= github.com/agext/levenshtein v1.2.1 h1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8=
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=

View File

@@ -5,7 +5,7 @@ go 1.20
replace entgo.io/ent => ../ replace entgo.io/ent => ../
require ( require (
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6 ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935
entgo.io/ent v0.0.0-00010101000000-000000000000 entgo.io/ent v0.0.0-00010101000000-000000000000
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0
github.com/mattn/go-sqlite3 v1.14.16 github.com/mattn/go-sqlite3 v1.14.16

View File

@@ -1,5 +1,5 @@
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6 h1:mkLR3D46dXim5yLau65ufzAxcTU0lr08kaKfYlfXWQA= ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 h1:JnYs/y8RJ3+MiIUp+3RgyyeO48VHLAZimqiaZYnMKk8=
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935/go.mod h1:isZrlzJ5cpoCoKFoY9knZug7Lq4pP1cm8g3XciLZ0Pw=
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8=
bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM= bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=

2
go.mod
View File

@@ -3,7 +3,7 @@ module entgo.io/ent
go 1.20 go 1.20
require ( require (
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6 ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935
github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-openapi/inflect v0.19.0 github.com/go-openapi/inflect v0.19.0
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0

4
go.sum
View File

@@ -1,5 +1,5 @@
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6 h1:mkLR3D46dXim5yLau65ufzAxcTU0lr08kaKfYlfXWQA= ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 h1:JnYs/y8RJ3+MiIUp+3RgyyeO48VHLAZimqiaZYnMKk8=
ariga.io/atlas v0.12.1-0.20230620155259-b8e83e5e8ad6/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935/go.mod h1:isZrlzJ5cpoCoKFoY9knZug7Lq4pP1cm8g3XciLZ0Pw=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=